Annotation Interface Pulse
Annotation for methods that listen to and handle FlectonePulse events.
- Since:
- 1.2.0
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether this listener should ignore already cancelled events.The execution priority of this event listener.
-
Element Details
-
priority
Event.Priority priorityThe execution priority of this event listener. Listeners with lower priority values are executed first. Default isEvent.Priority.NORMAL.- Returns:
- the listener priority
- See Also:
- Default:
NORMAL
-
ignoreCancelled
boolean ignoreCancelledWhether this listener should ignore already cancelled events. If true, the listener will not be called if the event was cancelled earlier.- Returns:
- true to ignore cancelled events
- Default:
false
-