Class TimeoutableCancellationToken
java.lang.Object
com.refinedmods.refinedstorage.common.autocrafting.TimeoutableCancellationToken
- All Implemented Interfaces:
CancellationToken
-
Field Summary
Fields inherited from interface com.refinedmods.refinedstorage.api.autocrafting.calculation.CancellationToken
NONE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimeoutableCancellationToken
public TimeoutableCancellationToken()
-
-
Method Details
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellationToken
-
cancel
public void cancel()- Specified by:
cancel
in interfaceCancellationToken
-