dpt.ui
Class DlgOpen_this_windowAdapter

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

class DlgOpen_this_windowAdapter
extends java.awt.event.WindowAdapter


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

DlgOpen adaptee
Constructor Detail

DlgOpen_this_windowAdapter

DlgOpen_this_windowAdapter(DlgOpen adaptee)
Method Detail

windowClosing

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