Package-level declarations

Types

Link copied to clipboard
interface Cancellable

Event that can be cancelled by a listener.

Link copied to clipboard
interface Event

Marker interface for events dispatched by the proxy.

Link copied to clipboard
interface EventBus

Registers listeners and dispatches events.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
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.