Package org.jdeferred2
Interface CancellationHandler
-
public interface CancellationHandler
Allows aDeferredFutureTask
to onCancel resources when its task is interrupted or cancelled.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCancel()
Invoked when the owning task is interrupted or cancelled.
-