public interface Cancellable
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelled()
Checks if the operation is cancelled.
|
void |
cancelled(boolean cancelled)
Sets the cancelled state of the operation.
|
boolean cancelled()
true if the operation is cancelled, false otherwise.void cancelled(boolean cancelled)
cancelled - true to cancel the operation, false otherwise.