com.jeantessier.dependencyfinder.gui
Class WindowKiller

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--com.jeantessier.dependencyfinder.gui.WindowKiller
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowListener

public class WindowKiller
extends java.awt.event.WindowAdapter


Constructor Summary
WindowKiller()
           
 
Method Summary
 void windowClosed(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowKiller

public WindowKiller()
Method Detail

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
Overrides:
windowClosed in class java.awt.event.WindowAdapter