org.as2lib.core.BasicInterface
+--org.as2lib.env.event.EventListenerSource
+--org.as2lib.env.event.multicaster.EventMulticaster
EventMulticaster multicasts an event to all added listeners with custom
arguments.
addAllListeners(), addListener(), getAllListeners(), hasListener(), removeAllListeners(), removeListener()
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 |