java.awt.event
public interface WindowFocusListener extends EventListener
Since: 1.4
See Also: WindowAdapter WindowEvent
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | windowGainedFocus(WindowEvent event)
This method is called when a window gains focus.
|
void | windowLostFocus(WindowEvent event)
This method is called when a window loses focus.
|
Parameters: event the WindowEvent
indicating the focus change
Parameters: event the WindowEvent
indicating the focus change