Class Controller.WindowCloser

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--Controller.WindowCloser
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowListener
Enclosing class:
Controller

class Controller.WindowCloser
extends java.awt.event.WindowAdapter

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller.WindowCloser

Controller.WindowCloser()
Method Detail

windowClosing

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


Generated by BlueJ