Component.processFocusEvent

Component.processFocusEvent

Class Overview | Class Members | This Package | All Packages

Syntax
protected void processFocusEvent( FocusEvent e )
Parameters
e
the focus event.
Description
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.

This method is not called unless focus events are enabled for this component. Focus events are enabled when one of the following occurs:

See Also
FocusEvent, FocusListener, addFocusListener, enableEvents