Module flare.eventbus
Package flare.eventbus
package flare.eventbus
-
ClassDescriptionAn event which may be cancelled.EventBus<T>An event bus which dispatches events to subscribed handlers.Manages
EventSubscribers for a single event type.EventHandler<T>A handler of an event.A subscriber to an event.Annotated methods are automatically discovered and subscribed byEventBus.subscribeAnnotated(Object).