org.concord.biologica.test
Class TestWindow.WindowCloser

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--org.concord.biologica.test.TestWindow.WindowCloser
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowListener
Enclosing class:
TestWindow

public static class TestWindow.WindowCloser
extends java.awt.event.WindowAdapter


Constructor Summary
TestWindow.WindowCloser()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent event)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestWindow.WindowCloser

public TestWindow.WindowCloser()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent event)
Overrides:
windowClosing in class java.awt.event.WindowAdapter