Package | impression.events |
Class | public class TreeViewEventReasons |
Inheritance | TreeViewEventReasons ![]() |
Subclasses | LessonMapViewerEventReasons |
Constant | Defined 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 |
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.