The flash.events package supports the new DOM event model and includes the EventDispatcher base class.



Interfaces
 InterfaceDescription
 IEventDispatcher The IEventDispatcher interface defines methods for adding or removing event listeners, checks whether specific types of event listeners are registered, and dispatches events.
Classes
 ClassDescription
 ActivityEvent A Camera or Microphone object dispatches an ActivityEvent object whenever a camera or microphone reports that it has become active or inactive.
 AsyncErrorEvent An object dispatches an AsyncErrorEvent when an exception is thrown from native asynchronous code, which could be from, for example, LocalConnection, NetConnection, SharedObject, or NetStream.
 BrowserInvokeEvent The NativeApplication object of an AIR application dispatches a BrowserInvokeEvent event when the application is invoked as the result of a SWF file in the browser using the browser invocation feature.
 ContextMenuEvent An object dispatches a ContextMenuEvent object when the user generates or interacts with the context menu.
 DataEvent An object dispatches a DataEvent object when raw data has completed loading.
 DRMAuthenticateEvent Dispatched when an AIR application attempts to access an object with identity-based Digital Rights Management (DRM) encryption.
 DRMErrorEvent AIR dispatches DRMErrorEvent objects when an object with Digital Rights Management (DRM) encryption reports information related to its protection.
 DRMStatusEvent AIR dispatches DRMStatusEvent objects when an object with Digital Rights Management (DRM) encryption reports information related to its protection.
 ErrorEvent An object dispatches an ErrorEvent object when an error causes a network operation to fail.
 Event The Event class is used as the base class for the creation of Event objects, which are passed as parameters to event listeners when an event occurs.
 EventDispatcher The EventDispatcher class is the base class for all runtime classes that dispatch events.
 EventPhase The EventPhase class provides values for the eventPhase property of the Event class.
 FileListEvent A FileListEvent is dispatched when a call to the getDirectoryListingAsync() method of a File object successfully enumerates a set of files and directories.
 FocusEvent An object dispatches a FocusEvent object when the user changes the focus from one object in the display list to another.
 FullScreenEvent Flash® Player or the Apollo runtime dispatches a FullScreenEvent object whenever the Stage enters or leaves full-screen display mode.
 HTMLUncaughtScriptExceptionEvent An HTMLLoader object dispatches an HTMLUncaughtScriptExceptionEvent object whenever a JavaScript exception is thrown and not handled with a catch statement.
 HTTPStatusEvent The application dispatches HTTPStatusEvent objects when a network request returns an HTTP status code.
 IMEEvent An IMEEvent object is dispatched when the user enters text using an input method editor (IME).
 InvokeEvent The NativeApplication object of an AIR application dispatches an InvokeEvent event when the application is invoked.
 IOErrorEvent An IOErrorEvent object is dispatched when an error causes a send or load operation to fail.
 KeyboardEvent A KeyboardEvent object id dispatched in response to user input through a keyboard.
 MouseEvent A MouseEvent object is dispatched into the event flow whenever mouse events occur.
 NativeDragEvent NativeDragEvents are dispatched by the InteractiveObjects involved in a drag-and-drop operation.
 NativeWindowBoundsEvent The NativeWindowBoundsEvent is dispatched when the size or location of a NativeWindow changes.
 NativeWindowDisplayStateEvent The NativeWindowDisplayStateEvent is dispatched when the display state of a NativeWindow changes.
 NetStatusEvent A NetConnection, NetStream, or SharedObject object dispatches NetStatusEvent objects when a it reports its status.
 OutputProgressEvent A FileStream object dispatches OutputProgressEvent objects as pending asynchronous file write operations are performed.
 ProgressEvent A ProgressEvent object is dispatched when a load operation has begun or a socket has received data.
 ScreenMouseEvent Dispatched by the SystemTrayIcon in response to mouse interaction.
 SecurityErrorEvent An object dispatches a SecurityErrorEvent object to report the occurrence of a security error.
 SQLErrorEvent A SQLErrorEvent is dispatched by a SQLConnection instance or SQLStatement instance when an error occurs while performing a database operation in asynchronous execution mode.
 SQLEvent Adobe AIR dispatches SQLEvent objects when one of the operations performed by a SQLConnection or SQLStatement instance completes successfully.
 SQLUpdateEvent A SQLUpdateEvent object is dispatched by a SQLConnection object when a data change occurs on any table associated with the SQLConnection instance.
 StatusEvent An object dispatches a StatusEvent object when a device, such as a camera or microphone, or an object such as a LocalConnection object reports its status.
 SyncEvent An SharedObject object representing a remote shared object dispatches a SyncEvent object when the remote shared object has been updated by the server.
 TextEvent An object dispatches a TextEvent object when a user enters text in a text field or clicks a hyperlink in an HTML-enabled text field.
 TimerEvent A Timer object dispatches a TimerEvent objects whenever the Timer object reaches the interval specified by the Timer.delay property.