risiko.client.ui.cui
Class Listeners.FrameListener

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by risiko.client.ui.cui.Listeners.FrameListener
All Implemented Interfaces:
java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener
Enclosing class:
Listeners

public class Listeners.FrameListener
extends java.awt.event.WindowAdapter

Unterklasse für Fenstereereignisse


Constructor Summary
Listeners.FrameListener()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Listeners.FrameListener

public Listeners.FrameListener()
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