org.sape.carbon.services.devtools.junit.launcher
Class TestLauncher.WindowCloser
java.lang.Object
|
+--java.awt.event.WindowAdapter
|
+--org.sape.carbon.services.devtools.junit.launcher.TestLauncher.WindowCloser
- All Implemented Interfaces:
- EventListener, WindowFocusListener, WindowListener, WindowStateListener
- Enclosing class:
- TestLauncher
- protected class TestLauncher.WindowCloser
- extends WindowAdapter
Closes the window.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestLauncher.WindowCloser
protected TestLauncher.WindowCloser()
windowClosing
public void windowClosing(WindowEvent evt)
- Listens for a window close, and then closes the window.
- Specified by:
windowClosing
in interface WindowListener
- Overrides:
windowClosing
in class WindowAdapter
- Parameters:
evt
- ignored
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.