Interface Cancellable
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
DefaultShutdownCallbackRegistry.RegisteredCancellable
public interface Cancellable extends java.lang.RunnableInterface to cancel a Runnable callback.- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancels the execution of this Runnable callback.
-