public interface Cancellable
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isCancelled()Gets the cancellation state of this event. | 
| void | setCancelled(boolean cancel)Sets the cancellation state of this event. | 
boolean isCancelled()
void setCancelled(boolean cancel)
cancel - true if you wish to cancel this eventCopyright © 2021. All rights reserved.