EventMulticaster multicasts an event to all added listeners with custom
arguments.
public function dispatch():VoidDispatches 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 |