rcUserInterface
Class rcGui.MyWindowListener

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--rcUserInterface.rcGui.MyWindowListener

class rcGui.MyWindowListener
extends java.awt.event.WindowAdapter

When we close the GUI window we call exit and terminate all threads


Constructor Summary
(package private) rcGui.MyWindowListener()
           
 
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

rcGui.MyWindowListener

rcGui.MyWindowListener()
Method Detail

windowClosing

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