public class RedirectedEvent extends Event
EventRedirector
to distinquish between normal
"direct" events and the events "redirected" from the parent dispatcher(s).Modifier and Type | Field and Description |
---|---|
private Event |
originalEvent |
static EventType<RedirectedEvent> |
REDIRECTED |
private static long |
serialVersionUID |
Constructor and Description |
---|
RedirectedEvent(Event originalEvent) |
RedirectedEvent(Event originalEvent,
java.lang.Object source,
EventTarget target) |
Modifier and Type | Method and Description |
---|---|
Event |
getOriginalEvent() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
private static final long serialVersionUID
public static final EventType<RedirectedEvent> REDIRECTED
private final Event originalEvent
public RedirectedEvent(Event originalEvent)
public RedirectedEvent(Event originalEvent, java.lang.Object source, EventTarget target)
public Event getOriginalEvent()