Package com.chillycheesy.modulo.events
Annotation Interface EventHandler
EventHandler annotation is used over methods on Listener classes.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
int valueHandler priority. A higher priority will be called first in the method stack.- Returns:
- priority value.
- Default:
- 0
-