Packageimpression.events
Classpublic class LessonMapViewerEventReasons
InheritanceLessonMapViewerEventReasons Inheritance TreeViewEventReasons Inheritance Object

The LessonMapViewerEventReasons class provides static constants for the reason property of a LessonMapViewerEvent.



Public Constants
 ConstantDefined By
  CODE : String = code
[static] The event was triggered by a programmatic change.
LessonMapViewerEventReasons
  LOAD_COMPLETE : String = load complete
[static] The event was triggered as the result of loading a new LessonMap.
LessonMapViewerEventReasons
  MOUSE : String = mouse
[static] The event was triggered by user interaction with the mouse.
LessonMapViewerEventReasons
  UNKNOWN : String
[static] The event was triggered by an unknown cause.
LessonMapViewerEventReasons
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.