onDispatch<TEvent> abstract method
When the event
is dispatched.
handlers
will be executed based on the DispatchStrategy.
Implementation
void onDispatch<TEvent>(
TEvent event,
Set<EventHandler> handlers,
);
When the event
is dispatched.
handlers
will be executed based on the DispatchStrategy.
void onDispatch<TEvent>(
TEvent event,
Set<EventHandler> handlers,
);