Package | impression.events |
Class | public class LessonMapViewerEventReasons |
Inheritance | LessonMapViewerEventReasons ![]() ![]() |
Constant | Defined 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 |
CODE | Constant |
public static const CODE:String = code
The event was triggered by a programmatic change.
LOAD_COMPLETE | Constant |
public static const LOAD_COMPLETE:String = load complete
The event was triggered as the result of loading a new LessonMap.
MOUSE | Constant |
public static const MOUSE:String = mouse
The event was triggered by user interaction with the mouse.
UNKNOWN | Constant |
public static const UNKNOWN:String
The event was triggered by an unknown cause.