java.awt.event
public interface FocusListener extends EventListener
Since: 1.1
See Also: FocusAdapter FocusEvent
UNKNOWN: updated to 1.4
| Method Summary | |
|---|---|
| void | focusGained(FocusEvent event)
This method is called when a component gains the keyboard focus.
|
| void | focusLost(FocusEvent event)
This method is invoked when a component loses the keyboard focus.
|
Parameters: event the FocusEvent indicating that focus was gained
Parameters: event the FocusEvent indicating that focus was lost