Package org.omegazero.common.eventbus
package org.omegazero.common.eventbus
Provides an event bus for dispatching events to registered event listeners.
-
ClassDescriptionPrimarily used for calling event bus subscribers using an
EventBus
.AnEventBus
is used for dispatchingEvent
s to event bus subscribers which are listening for the specific event and registered in thisEventBus
.An exception thrown when an error occurs during execution of anEventBus
subscriber handler method.Annotation required in classes registered as anEventBus
subscriber.Contains result data of the execution of anEvent
, returned byEventBus.dispatchEventRes(Event, Object...)
.Annotation required on methods to be identified as a validEventBus
subscriber event handler method.Contains priority values forSubscribeEvent.priority()
.Represents anEventBus
subscriber.