The spark.events package contains the Spark event classes.
| Class | Description | |
|---|---|---|
| DropDownEvent | The DropDownEvent class represents the event object passed to the event listener for the open and close events. | |
| ElementExistenceEvent | The ElementExistenceEvent class represents events that are dispatched when an element of a Group is created or destroyed. | |
| IndexChangeEvent | The IndexChangeEvent class represents events that are dispatched when an index changes in a Spark component. | |
| RendererExistenceEvent | The RendererExistenceEvent class represents events that are dispatched when a renderer of a Spark DataGroup is added or removed. | |
| TextOperationEvent | The TextOperationEvent class represents events that are dispatched when text content changes due to user operations such as inserting characters, backspacing, pasting, changing attributes, etc. | |
| TrackBaseEvent | Represents events that are dispatched from a TrackBase component | |
| VideoEvent | The VideoEvent class represents the event object passed to the event listener for events dispatched by the video control. |