net.minecraft.client
Class GameWindowListener

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by net.minecraft.client.GameWindowListener
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener

public final class GameWindowListener
extends WindowAdapter


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

Constructor Detail

GameWindowListener

public GameWindowListener()
Method Detail

windowClosing

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