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