public interface CancellableEvent
Modifier and Type | Method and Description |
---|---|
boolean |
isCancelled()
Returns true if the event is cancelled.
|
void |
setCancelled(boolean cancel)
True to cancel the event.
|
Copyright © 2018. All rights reserved.