| Constant | Defined by | ||
|---|---|---|---|
| ADD : int = 0x01 [static]
Add event.
| ListEventType | ||
| CLEAR : int = 0x03 [static]
Clear event.
| ListEventType | ||
| REMOVE : int = 0x02 [static]
Remove event.
| ListEventType | ||
| ADD | constant |
public static const ADD:int = 0x01Add event. An item has been added.
| CLEAR | constant |
public static const CLEAR:int = 0x03Clear event. All items have been removed.
| REMOVE | constant |
public static const REMOVE:int = 0x02Remove event. An item has been removed.