Interface Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancels the execution of this Runnable callback.
-
Modifier and Type | Method | Description |
---|---|---|
void |
cancel() |
Cancels the execution of this Runnable callback.
|