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 |
---|---|
static EventType<RedirectedEvent> |
REDIRECTED |
source
Constructor and Description |
---|
RedirectedEvent(Event originalEvent) |
RedirectedEvent(Event originalEvent,
Object source,
EventTarget target) |
Modifier and Type | Method and Description |
---|---|
Event |
getOriginalEvent() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
getSource, toString
public static final EventType<RedirectedEvent> REDIRECTED
public RedirectedEvent(Event originalEvent)
public RedirectedEvent(Event originalEvent, Object source, EventTarget target)
public Event getOriginalEvent()
Copyright © 2020. All rights reserved.