Packageimpression.events
Classpublic class TreeViewEventReasons
InheritanceTreeViewEventReasons Inheritance Object
Subclasses LessonMapViewerEventReasons

The TreeViewEventReasons class provides static constants for the reason property of a TreeViewEvent.



Public Constants
 ConstantDefined By
  CODE : String = code
[static] The event was triggered by a programmatic change.
TreeViewEventReasons
  LOAD_COMPLETE : String = load complete
[static] The event was triggered as the result of loading a new LessonMap.
TreeViewEventReasons
  MOUSE : String = mouse
[static] The event was triggered by user interaction with the mouse.
TreeViewEventReasons
  UNKNOWN : String
[static] The event was triggered by an unknown cause.
TreeViewEventReasons
Constant Detail
CODEConstant
public static const CODE:String = code

The event was triggered by a programmatic change.

LOAD_COMPLETEConstant 
public static const LOAD_COMPLETE:String = load complete

The event was triggered as the result of loading a new LessonMap.

MOUSEConstant 
public static const MOUSE:String = mouse

The event was triggered by user interaction with the mouse.

UNKNOWNConstant 
public static const UNKNOWN:String

The event was triggered by an unknown cause.