charva.awt.event
Class WindowAdapter

java.lang.Object
  extended bycharva.awt.event.WindowAdapter
All Implemented Interfaces:
EventListener, WindowListener

public class WindowAdapter
extends java.lang.Object
implements WindowListener

An adapter for easy instantiation of the WindowListener interface


Constructor Summary
WindowAdapter()
           
 
Method Summary
 void windowClosing(WindowEvent evt_)
           
 void windowOpened(WindowEvent evt_)
           
 
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

windowClosing

public void windowClosing(WindowEvent evt_)
Specified by:
windowClosing in interface WindowListener

windowOpened

public void windowOpened(WindowEvent evt_)
Specified by:
windowOpened in interface WindowListener