|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowFocusListener
This interface is for classes that wish to monitor events for window focus changes. To watch a subset of these events, use a WindowAdapter.
WindowAdapter
,
WindowEvent
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. |
Method Detail |
---|
void windowGainedFocus(WindowEvent event)
event
- the WindowEvent
indicating the focus changevoid windowLostFocus(WindowEvent event)
event
- the WindowEvent
indicating the focus change
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |