Package me.nurio.events.handler
Annotation Type EventHandler
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface EventHandler
This annotation will mark methods as Event Handler Listeners.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanignoreCancelledIgnore the cancellation of the event an run them inclusive when it has been cancelled previously by another event handler.EventPrioritypriorityMark the event run priority ordered from LOWEST(last) to MONITOR(first).
-
-
-
Element Detail
-
priority
EventPriority priority
Mark the event run priority ordered from LOWEST(last) to MONITOR(first).- Returns:
- Priority level of target event.
- Default:
- me.nurio.events.handler.EventPriority.NORMAL
-
-