Annotation Interface EventHandler
Marks a method as an event handler, meaning it will be called by the
The annotated method must have exactly one parameter, which is the event class.
EventBus when its corresponding event is
posted.
The annotated method must have exactly one parameter, which is the event class.
-
Optional Element Summary
Optional Elements
-
Element Details
-
priority
Priority priorityThe priority of the event handler.- Default:
- NORMAL
-