API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. WindowListener View Source
Author(s)
Carl Quinn
Since
1.1
Version
1.22, 11/17/05
Serial
Hierarchy
 EventListener
      WindowListener
Subinterfaces
Description
public interface WindowListener
  The listener interface for receiving window events.
Methods
Hide/Show inherited methods
public void windowActivated (WindowEvent e)
  Invoked when the Window is set to be the active Window.
public void windowClosed (WindowEvent e)
Invoked when a window has been closed as the result of calling dispose on the window.
public void windowClosing (WindowEvent e)
Invoked when the user attempts to close the window from the window's system menu.
public void windowDeactivated (WindowEvent e)
  Invoked when a Window is no longer the active Window.
public void windowDeiconified (WindowEvent e)
Invoked when a window is changed from a minimized to a normal state.
public void windowIconified (WindowEvent e)
  Invoked when a window is changed from a normal to a minimized state.
public void windowOpened (WindowEvent e)
Invoked the first time a window is made visible.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar