EventBus.EventBinder<E extends T>, EventBus.EventListenerNode, EventBus.TypedEventListener<E extends T,T>PRIORITY_DEFAULT, PRIORITY_HIGH, PRIORITY_LOW, unsortedListeners| Constructor and Description |
|---|
GlobalEvents() |
| Modifier and Type | Method and Description |
|---|---|
<E extends Event> |
on()
Retrieves the EventBinder object to bind an EventListener to ths EventBus that only accepts a specific subclass of <T>
|
<E extends Event> |
on(java.lang.Class<E> clazz) |
buildCache, clear, count, getSortedListeners, invalidateCache, isEmpty, publish, removepublic <E extends Event> EventBus.EventBinder<E> on()
EventBuspublic <E extends Event> EventBus.EventBinder<E> on(java.lang.Class<E> clazz)