java.lang.Object
|
+--java.awt.event.WindowAdapter
|
+--Controller.WindowCloser
Handles a click on the close window icon by closing the window and quitting the program.
| Constructor Summary | |
(package private) |
Controller.WindowCloser()
|
| Method Summary | |
void |
windowClosing(java.awt.event.WindowEvent e)
|
| Methods inherited from class java.awt.event.WindowAdapter |
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
Controller.WindowCloser()
| Method Detail |
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in class java.awt.event.WindowAdapter