swingwt.awt.event
Interface WindowListener

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

public interface WindowListener
extends EventListener


Method Summary
 void windowActivated(WindowEvent e)
           
 void windowClosed(WindowEvent e)
           
 void windowClosing(WindowEvent e)
           
 void windowDeactivated(WindowEvent e)
           
 void windowDeiconified(WindowEvent e)
           
 void windowIconified(WindowEvent e)
           
 void windowOpened(WindowEvent e)
           
 

Method Detail

windowOpened

public void windowOpened(WindowEvent e)

windowClosing

public void windowClosing(WindowEvent e)

windowClosed

public void windowClosed(WindowEvent e)

windowIconified

public void windowIconified(WindowEvent e)

windowDeiconified

public void windowDeiconified(WindowEvent e)

windowActivated

public void windowActivated(WindowEvent e)

windowDeactivated

public void windowDeactivated(WindowEvent e)