| | Class | Description |
| | AbstractEventDispatcher |
This abstract class provides all basic methods of the EventDispatcher implementation of VEGAS. |
| | ArrayEvent |
The ArrayEvent to dispatch an event with an Array object. |
| | BasicEvent |
BasicEvent is the basical event structure to work with vegas.events.EventDispatcher. |
| | BooleanEvent |
The BooleanEvent to dispatch an event with a Boolean object. |
| | Command |
A command is a easy entry with name and value property to launch a global command in the Commands static tool class. |
| | CommandEvent |
The CommandEvent to dispatch an event with a Command object inside. |
| | CoreEventDispatcher |
This abstract class is used to create concrete IEventDispatcher implementations. |
| | DateEvent |
The DateEvent to dispatch an event with a Date object. |
| | Delegate |
Delegate was originally created by Mike Chambers for Macromedia mx.events package. |
| | DynamicEvent |
The DynamicEvent to dispatch an event with dynamic properties. |
| | EventDispatcher |
Stores the listeners object an notifies them with the DOM Events level 2/3 of the W3C. |
| | EventListenerBatch |
It handles several EventListener as one EventListener. |
| | FrontController |
The Front Controller pattern defines a single EventDispatcher that is responsible for processing application requests. |
| | NumberEvent |
The NumberEvent to dispatch an event with a Number object. |
| | StringEvent |
The StringEvent to dispatch an event with a String object. |