Download
latest snapshot
The EventBus is used as a publish/subscribe event mechanism that lets objects communicate with eachother in a loosely coupled way.
It offers event subscription based on event name, event class or for specific topics. An interception mechanism is in place to block or alter incoming events.
A similar interception mechanism is in place to intercept event listeners, plus event postprocessing for executing logic after an event has been sent to its listeners.
The library is thoroughly tested and is being used in the Spring Actionscript project.