dpt.ui
Class DlgExec_this_windowAdapter

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--dpt.ui.DlgExec_this_windowAdapter

class DlgExec_this_windowAdapter
extends java.awt.event.WindowAdapter


Field Summary
(package private)  DlgExec adaptee
           
 
Constructor Summary
(package private) DlgExec_this_windowAdapter(DlgExec adaptee)
           
 
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

adaptee

DlgExec adaptee
Constructor Detail

DlgExec_this_windowAdapter

DlgExec_this_windowAdapter(DlgExec adaptee)
Method Detail

windowClosing

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