Package-level declarations
Types
Link copied to clipboard
interface Cancellable
Event that can be cancelled by a listener.
Link copied to clipboard
annotation class EventHandler(val priority: EventPriority = EventPriority.NORMAL, val ignoreCancelled: Boolean = false)
Marks a method as an event handler.
Link copied to clipboard
Listener priority ordering for event dispatch.