EASE.Agents.Specification
Class WindowCloser

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--EASE.Agents.Specification.WindowCloser

class WindowCloser
extends java.awt.event.WindowAdapter


Field Summary
private  javax.swing.JDialog d
           
 
Constructor Summary
WindowCloser(javax.swing.JDialog d)
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
           
 
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
 

Field Detail

d

private javax.swing.JDialog d
Constructor Detail

WindowCloser

public WindowCloser(javax.swing.JDialog d)
Method Detail

windowClosing

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