Interface CancelCheck
-
- All Known Implementing Classes:
CancelableTaskHolder
public interface CancelCheck
- Author:
- kir
-
-
Field Summary
Fields Modifier and Type Field Description static CancelCheck
NONE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCancelled()
-
-
-
Field Detail
-
NONE
static final CancelCheck NONE
-
-