dpt.ui
Class DlgProj_this_windowAdapter

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

class DlgProj_this_windowAdapter
extends java.awt.event.WindowAdapter


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

DlgProj adaptee
Constructor Detail

DlgProj_this_windowAdapter

DlgProj_this_windowAdapter(DlgProj adaptee)
Method Detail

windowClosing

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