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 |
source
Constructor and Description |
---|
DirectEvent(Event originalEvent) |
DirectEvent(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<DirectEvent> DIRECT
public DirectEvent(Event originalEvent)
public DirectEvent(Event originalEvent, Object source, EventTarget target)
public Event getOriginalEvent()
Copyright © 2020. All rights reserved.