インタフェース | 説明 |
---|---|
IEventBus |
EventBus API.
|
IEventExceptionHandler | |
IEventListener |
Event listeners are wrapped with implementations of this interface
|
IGenericEvent<T> |
Provides a generic event - one that is able to be filtered based on the supplied Generic type
|
クラス | 説明 |
---|---|
BusBuilder |
Build a bus
|
Event |
Base Event class that all other events are derived from
|
EventListenerHelper | |
GenericEvent<T> |
Implements
IGenericEvent to provide filterable events based on generic type data. |
列挙 | 説明 |
---|---|
Event.Result | |
EventPriority |
Different priorities for
Event listeners. |
注釈型 | 説明 |
---|---|
Cancelable |
Marker annotation indicating the event type is able to be cancelled using
Event.setCanceled(boolean) |
Event.HasResult | |
SubscribeEvent |