java.lang.Object
nextapp.echo.event.WindowAdapter
- All Implemented Interfaces:
- java.util.EventListener, java.io.Serializable, WindowListener
- public class WindowAdapter
- extends java.lang.Object
- implements java.io.Serializable, WindowListener
An adapter class that implements all methods of the
WindowListener interface with empty methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowAdapter
public WindowAdapter()
windowClosed
public void windowClosed(WindowEvent e)
- An empty implementation of the required
WindowListener
method.
- Specified by:
windowClosed in interface WindowListener
windowClosing
public void windowClosing(WindowEvent e)
- An empty implementation of the required
WindowListener
method.
- Specified by:
windowClosing in interface WindowListener
windowOpened
public void windowOpened(WindowEvent e)
- An empty implementation of the required
WindowListener
method.
- Specified by:
windowOpened in interface WindowListener