coreservlets
Class ExitListener
java.lang.Object
|
+--java.awt.event.WindowAdapter
|
+--coreservlets.ExitListener
- public class ExitListener
- extends WindowAdapter
A listener that you attach to the top-level Frame
or JFrame of your application, so quitting the
frame exits the application.
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ExitListener
public ExitListener()
windowClosing
public void windowClosing(WindowEvent event)
- Overrides:
- windowClosing in class WindowAdapter
 |
|---|
| CSAJSP @ amazon.com |
|---|