public interface EventCancellable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled()
Validate if the cancellable event was cancelled.
|
void |
setCancelled(boolean cancelled)
Set the cancellable event as cancelled or not.
|
Copyright © 2020. All rights reserved.