@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface EventSubscribe
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignoreCancelled
If the event is cancelled, subscribers with ignoreCancelled = false will not be called.
|
EventPriority |
priority
Define the priority of the event.
|
public abstract EventPriority priority
First priority to the last priority executed: