Dispatches the event
to all listening subscribers.
Source
void dispatchEvent(Event event) { dispatchEventRaw(event, this, EventPhase.AT_TARGET); }
Dispatches the event
to all listening subscribers.
void dispatchEvent(Event event) { dispatchEventRaw(event, this, EventPhase.AT_TARGET); }