Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
WindowAdapter
class
(overriding only the methods of interest).
The listener object created from that class is then registered with a
Window using the winodw's addWindowListener
method. When the window's status changes by virtue of being opened,
closed, activated or deactivated, iconified or deiconified,
the relevant method in the listener
object s invoked, and the WindowEvent
is passed to it.
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 |
public void windowOpened(WindowEvent e)
public void windowClosing(WindowEvent e)
public void windowClosed(WindowEvent e)
public void windowIconified(WindowEvent e)
public void windowDeiconified(WindowEvent e)
public void windowActivated(WindowEvent e)
public void windowDeactivated(WindowEvent e)
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |