void dispatchEvent(Event event)

Dispatches the event to all listening subscribers.

Source

void dispatchEvent(Event event) {
  dispatchEventRaw(event, this, EventPhase.AT_TARGET);
}