Access keys

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
Instance properties
Instance properties inherited from Event

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

Instance properties

current

current:IFocus
(read,write)
The element that currently has focus

previous

previous:IFocus
(read,write)
The element that had focus before the current