FocusEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.management.focus.FocusEvent |
| File last modified: | Wednesday, 21 June 2006, 19:05:09 |
Subclass of org.asapframework.events.Event used by the FocusManager to send its events.
Usage:
-
var myFocus:FocusManager = new FocusManager(); myFocus.addEventListener(FocusEvent.ON_CHANGE_FOCUS, EventDelegate.create(this, onChangeFocus));
Summary
Constructor
- FocusEvent (inType:String, inSource:FocusManager)
Class properties
- ON_CHANGE_FOCUS : String
- Constant name of the event being sent
Constructor
FocusEvent
Class properties
ON_CHANGE_FOCUS
static ON_CHANGE_FOCUS:String = "onChangeFocus"
(read)
Constant name of the event being sent