Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nextapp.echo.event
Class WindowAdapter  view WindowAdapter download WindowAdapter.java

java.lang.Object
  extended bynextapp.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.


Constructor Summary
WindowAdapter()
           
 
Method Summary
 void windowClosed(WindowEvent e)
          An empty implementation of the required WindowListener method.
 void windowClosing(WindowEvent e)
          An empty implementation of the required WindowListener method.
 void windowOpened(WindowEvent e)
          An empty implementation of the required WindowListener method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowAdapter

public WindowAdapter()
Method Detail

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