AS2 and SSAS Event ModelThe event model of VEGAS is based on the DOM2/3 W3C model events. The AS2 and SSAS versions of this event model are full compatible. The AS3 is compatible but based on the AS3 event model. You can use the on-line documentation of VEGAS to complete the reading of the tutorials : http://www.ekameleon.net/vegas/docs/ Use the EventDispatcher, EventListener, Event class and interfaces- Definitions
- Introduction
- Basic example
- Global event-listeners
- MultiDispatcher & singletons
- Cancelling events
- Removing listeners
- Eventlistener priority
- Auto-remove feature
- Event queue
- The Delegate EventListener
- The EventListener batch class
- The Design Pattern FrontController
- Capturing and bubbling event flow
- The AbstractCoreEventDispatcher class
French tutorialsYou can find the french tutorials of VEGAS in the Google Group VEGASOS of VEGAS. - Events based W3C DOM2/3 model events - Mode d'emploi (partie 1)
- Events based W3C DOM2/3 model events - Mode d'emploi (partie 2)
- Events based W3C DOM2/3 model events - Mode d'emploi (partie 3)
- Utilisation de la classe BasicEvent et DynamicEvent.
- Utilisation de la classe EventDispatcher et de l'interface EventListener
|