Package tools.refinery.generator.impl
Class CancellableCancellationToken
java.lang.Object
tools.refinery.generator.impl.CancellableCancellationToken
- All Implemented Interfaces:
CancellationToken
-
Field Summary
Fields inherited from interface tools.refinery.store.util.CancellationToken
NONE
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CancellableCancellationToken
-
-
Method Details
-
isCancelled
public boolean isCancelled() -
cancel
public void cancel() -
reset
public void reset() -
checkCancelled
public void checkCancelled()- Specified by:
checkCancelled
in interfaceCancellationToken
-