public class DirectEvent extends Event
Event
from being redirected by
EventRedirector
. The redirector only unwraps such event and sends
it to the rest of the event chain.Modifier and Type | Field and Description |
---|---|
static EventType<DirectEvent> |
DIRECT |
private Event |
originalEvent |
private static long |
serialVersionUID |
Constructor and Description |
---|
DirectEvent(Event originalEvent) |
DirectEvent(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<DirectEvent> DIRECT
private final Event originalEvent
public DirectEvent(Event originalEvent)
public DirectEvent(Event originalEvent, java.lang.Object source, EventTarget target)
public Event getOriginalEvent()