Packagecom.addicted2flash.util.event
Classpublic class ListEventType

Enumeration for list events.



Public Constants
 ConstantDefined by
  ADD : int = 0x01
[static] Add event.
ListEventType
  CLEAR : int = 0x03
[static] Clear event.
ListEventType
  REMOVE : int = 0x02
[static] Remove event.
ListEventType
Constant detail
ADDconstant
public static const ADD:int = 0x01

Add event. An item has been added.

CLEARconstant 
public static const CLEAR:int = 0x03

Clear event. All items have been removed.

REMOVEconstant 
public static const REMOVE:int = 0x02

Remove event. An item has been removed.