public interface CancellableEventArgs
EventRegistry| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the action related to this event.
|
boolean |
isCancelled()
Queries if the action was already cancelled by some event listener.
|