onEvent method
Dispatches the event
to the corresponding EventListener
by using the EventDispatcher
Implementation
void onEvent(Event event) {
EventDispatcher.eventDispatcher.dispatch(event);
}
Dispatches the event
to the corresponding EventListener
by using the EventDispatcher
void onEvent(Event event) {
EventDispatcher.eventDispatcher.dispatch(event);
}