hades.utils
Class DidYouKnowFrame.WindowCloser

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byhades.utils.DidYouKnowFrame.WindowCloser
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
DidYouKnowFrame

class DidYouKnowFrame.WindowCloser
extends java.awt.event.WindowAdapter


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

DidYouKnowFrame.WindowCloser

DidYouKnowFrame.WindowCloser()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)