Annotation Interface EventHandler
All event listener methods must be annotated with this, or will be ignored
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanSetting option to true will allow your listener method to receive cancelled events
-
Element Details
-
receiveCancelled
boolean receiveCancelledSetting option to true will allow your listener method to receive cancelled events- Returns:
- Whether this event is cancelled or not
- Default:
- false
-