net.aerith.misao.gui
Class MainFrame.CloseWindowListener

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--net.aerith.misao.gui.MainFrame.CloseWindowListener
Enclosing class:
MainFrame

protected class MainFrame.CloseWindowListener
extends java.awt.event.WindowAdapter

The CloseWindowListener is a listener class of closing this window.


Constructor Summary
protected MainFrame.CloseWindowListener()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
          Invoked when this window is closed.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MainFrame.CloseWindowListener

protected MainFrame.CloseWindowListener()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Invoked when this window is closed.
Overrides:
windowClosing in class java.awt.event.WindowAdapter
Parameters:
e - contains the event status.