public interface IEventExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(EventBus bus,
Event event,
IEventListener[] listeners,
int index,
java.lang.Throwable throwable)
Fired when a EventListener throws an exception for the specified event on the event bus.
|
void handleException(EventBus bus, Event event, IEventListener[] listeners, int index, java.lang.Throwable throwable)
bus - The bus the event is being fired onevent - The event that is being firedlisteners - All listeners that are listening for this event, in orderindex - Index for the current listener being fired.throwable - The throwable being thrown