| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.WindowAdapter | +--CSLib.ClosableDialog.DialogCloser
DialogCloser
is an inner class that implements the
windowClosing listener for ClosableDialog
. It does this
by extending the Java convenience wrapper WindowAdapter
.
Method Summary | |
void | windowClosing(WindowEvent e) Cleans up the window, and terminates the program. |
Methods inherited from class java.awt.event.WindowAdapter |
windowOpened, windowClosed, windowIconified, windowDeiconified, windowActivated, windowDeactivated |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
Method Detail |
public void windowClosing(WindowEvent e)
WindowEvent
that occurred.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |