FocusEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.management.focus.FocusEvent |
| File last modified: | Thursday, 13 July 2006, 09:33:57 |
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
Class properties
Constructor
FocusEvent
function FocusEvent (
inType:String,
inSource:FocusManager,
inPrevious:IFocus,
inCurrent:IFocus)
Class properties
ON_CHANGE_FOCUS
static ON_CHANGE_FOCUS:String = "onChangeFocus"
(read,write)
Constant name of the event being sent