KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > event > WindowFocusListener

java.awt.event
Interface WindowFocusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster, BasicToolBarUI.FrameListener, JMenu.WinListener, WindowAdapter
See Also:
Top Examples, Source Code, WindowEvent

void windowGainedFocus(WindowEvent e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void windowLostFocus(WindowEvent e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags