EventMulticaster
multicasts an event to all added listeners with custom
arguments.
public function dispatch():Void
Dispatches the event to all added listeners passing the given arguments as parameters to the listeners' event methods.
... | any number of arguments to pass to the listeners' event methods |
EventExecutionException | if a listener's event method threw an exception |