| Class | Description |
---|
| CustomEvent |
MXML auto-imports flash.events.Event which then requires
full qualification to use org.apache.flex.events.Event. |
| Event |
This class simply wraps flash.events.Event so that
no flash packages are needed on the JS side. |
| EventDispatcher |
This class simply wraps flash.events.EventDispatcher so that
no flash packages are needed on the JS side. |
| ValueChangeEvent |
The ValueChangeEvent class replaces the PropertyChangeEvent as
the default event for property changes used in the databinding
subsystem. |