T - Cancelable event typepublic class CancelableEventBus<T extends CancelableEvent> extends EventBus<T>
EventBus which stops publishing events after they are
canceled.EventBus.EventBinder<E extends T>, EventBus.EventListenerNode, EventBus.TypedEventListener<E extends T,T>PRIORITY_DEFAULT, PRIORITY_HIGH, PRIORITY_LOW, unsortedListeners| Constructor and Description |
|---|
CancelableEventBus() |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(T event)
Publishes an event by calling all of the registered listeners.
|
buildCache, clear, count, getSortedListeners, invalidateCache, isEmpty, on, on, remove