Overview | Methods | This Package | All Packages
Assigns a delegate to the lostFocus event.
Syntax
final public void addOnLostFocus ( EventHandler h )
Parameters
h
The event handler callback method.
Remarks
This delegate specifies a method that is called when the document loses focus to another window.
See Also removeOnLostFocus