Component.addFocusListener

Component.addFocusListener

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void addFocusListener( FocusListener l )
Parameters
l
the focus listener.
Description
Adds the specified focus listener to receive focus events from this component.

See Also
FocusEvent, FocusListener, removeFocusListener