| | Class | Description |
| | ActionEvent |
The ActionEvent is notify by all the objects who implements the Action interface. |
| | ArrayEvent |
The ArrayEvent to dispatch an event who contains an Array object. |
| | BasicEvent |
system.events.BasicEvent is the basical event structure to work with system.events.EventDispatcher. |
| | BooleanEvent |
The BooleanEvent to dispatch an event who contains a specific Boolean context. |
| | Command |
A command is an easy entry with name and value property to launch a global command in the global event flow centralized in a specific FrontController singleton in the application. |
| | CoreEventDispatcher |
This basic class is used to create concrete IEventDispatcher implementations. |
| | DateEvent |
The DateEvent to dispatch an event who contains a specific Date context. |
| | Delegate |
Delegate event listener, this listener create a proxy over a method and this scope. |
| | DynamicEvent |
The DynamicEvent to dispatch a dynamic event with dynamic properties. |
| | EventDispatcher |
Stores the listeners object an notifies them with the DOM Events level 2/3 of the W3C. |
| | EventListenerBatch |
The EventListenerBatch objects handle several EventListener as one EventListener. |
| | FrontController |
The front controller pattern defines a single EventDispatcher that is responsible for processing application requests. |
| | InternalDispatcher |
This abstract class provides all basic methods of the system.events.EventDispatcher. |
| | LoggerEvent |
Represents the log information for a single logging event. |
| | NumberEvent |
The NumberEvent to dispatch an event who contains a specific Number context. |
| | StringEvent |
The StringEvent to dispatch an event who contains a specific Number context. |