hades.gui
Class Console.WindowCloser

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byhades.gui.Console.WindowCloser
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
Console

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


Constructor Summary
(package private) Console.WindowCloser()
           
 
Method Summary
 void windowClosed(java.awt.event.WindowEvent evt)
           
 void windowClosing(java.awt.event.WindowEvent evt)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console.WindowCloser

Console.WindowCloser()
Method Detail

windowClosed

public void windowClosed(java.awt.event.WindowEvent evt)

windowClosing

public void windowClosing(java.awt.event.WindowEvent evt)