public interface Cancellable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Cancellable.Impl
An abstract implementation of a cancellable event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelled()
Tests if the event has been cancelled.
|
void |
cancelled(boolean cancelled)
Sets the cancelled state of the event.
|
boolean cancelled()
true if the event has been cancelled, false otherwisevoid cancelled(boolean cancelled)
cancelled - true if the event should be cancelled, false otherwise