public interface SuppressedEvent
Implementations must implement equals and hashCode based on
the object returned by getEvent(). This ensures that no duplicated
SuppressedEvents for the same Event
are added to an event.
SequentialEventProvider| Modifier and Type | Method and Description |
|---|---|
Event<?,?> |
getEvent()
The Event object which has not been dispatched.
|
Class<? extends Listener> |
getListenerClass()
The listener class of the suppressed event.
|
void |
redispatch(EventProvider<?> provider)
Tries to dispatch this event again using the given provider.
|
Event<?,?> getEvent()
Class<? extends Listener> getListenerClass()
getEvent().void redispatch(EventProvider<?> provider)
provider - The EventProvider to dispatch the event with.Copyright © 2014–2015. All rights reserved.