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