The net.guttershark.events package contains events used throughout the entire net.guttershark package.
| Class | Description | |
|---|---|---|
| EventBroadcaster | The EventBroadcaster is a static class, and wraps one instance of an event dispatcher and has static methods to work with that single instance of the event dispatcher. | |
| EventDispatcherProxy | The EventDispatcherProxy class is used internally to classes that have custom event listener methods, but need to use an event dispatcher internally. | |
| EventManager | The EventManager class simplifies events and provides shortcuts for event listeners for numerous AS3 top level classes, and component events on an opt-in basis. |