Package me.wouterkistemaker.eventmanager
Annotation Interface EventTag
Simple annotation to help indicating
which methods are able to invoke
on a called
Event
This annotation has no other use
-
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.- Returns:
- The execution priority of this event handler
- Since:
- 1.1
- See Also:
- Default:
MEDIUM
-