@Target(METHOD) @Retention(RUNTIME) public @interface EventHandler
Modifier and Type | Optional Element | Description |
---|---|---|
boolean |
ignoreCancelled |
Define if the handler ignores a cancelled event.
|
EventPriority |
priority |
Define the priority of the event.
|
EventPriority priority
First priority to the last priority executed:
Copyright © 2019. All rights reserved.