UniversalHandler

annotation class UniversalHandler(source)

A variant of EventHandler that listens to all EventPriorities Must be used with MultiListener registered using MultiListener.register

All methods annotated with this should be formatted as fun methodName(event: Event, priority: EventPriority)