swingwt.awt.event
Interface WindowListener
- All Superinterfaces:
- EventListener, java.util.EventListener
- All Known Implementing Classes:
- AWTEventMulticaster, WindowAdapter
- public interface WindowListener
- extends EventListener
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)