Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Define the priority of the event handler.
- * <p>
- * Event handlers are called in order of priority:
- * <ol>
- * <li>LOWEST</li>
- * <li>LOW</li>
- * <li>NORMAL</li>
- * <li>HIGH</li>
- * <li>HIGHEST</li>
- * </ol>
- *
- * @return handler priority
- */
- byte priority() default EventPriority.NORMAL;
Advertisement
Add Comment
Please, Sign In to add comment