graphics
Class GLDisplay.MyWindowAdapter

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by graphics.GLDisplay.MyWindowAdapter
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
Enclosing class:
GLDisplay

private class GLDisplay.MyWindowAdapter
extends WindowAdapter


Constructor Summary
private GLDisplay.MyWindowAdapter()
           
 
Method Summary
 void windowClosing(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

GLDisplay.MyWindowAdapter

private GLDisplay.MyWindowAdapter()
Method Detail

windowClosing

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