Package civitas.celestis.event
Annotation Interface EventHandler
A marker annotation which marks a method as an event handler.
Event handlers must take only one parameter, which is a subtype of
Handleable.- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns the execution priority of this event handler.
-
Element Details
-
priority
Returns the execution priority of this event handler. When no priority is specified, this will returnHandlerPriority.MEDIUM.- Returns:
- The execution priority of this event handler
- Default:
MEDIUM
-