Interface Cancellable
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
DefaultShutdownCallbackRegistry.RegisteredCancellable
Interface to cancel a Runnable callback.
- Since:
- 2.1
-
Method Summary
-
Method Details
-
cancel
void cancel()Cancels the execution of this Runnable callback. This method has no effect if this has already executed.
-