swingwt.awt.event
Interface WindowFocusListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AWTEventMulticaster

public interface WindowFocusListener
extends java.util.EventListener

A listener for window events


Method Summary
 void windowGainedFocus(WindowEvent e)
           
 void windowLostFocus(WindowEvent e)
           
 

Method Detail

windowGainedFocus

public void windowGainedFocus(WindowEvent e)

windowLostFocus

public void windowLostFocus(WindowEvent e)