org.gjt.universe.gui
Class GUIStartGameJFC.CloseListener

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--org.gjt.universe.gui.GUIStartGameJFC.CloseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
GUIStartGameJFC

private class GUIStartGameJFC.CloseListener
extends java.awt.event.WindowAdapter


Constructor Summary
private GUIStartGameJFC.CloseListener()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, 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

GUIStartGameJFC.CloseListener

private GUIStartGameJFC.CloseListener()
Method Detail

windowClosing

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


Copyright © 2001 Universe Dev Team All Rights Reserved.