upidiff.gui
Class TestGUI2_this_windowAdapter

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--upidiff.gui.TestGUI2_this_windowAdapter
All Implemented Interfaces:
EventListener, WindowFocusListener, WindowListener, WindowStateListener

class TestGUI2_this_windowAdapter
extends WindowAdapter


Field Summary
(package private)  TestGUI2 adaptee
           
 
Constructor Summary
(package private) TestGUI2_this_windowAdapter(TestGUI2 adaptee)
           
 
Method Summary
 void windowClosing(WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

TestGUI2 adaptee
Constructor Detail

TestGUI2_this_windowAdapter

TestGUI2_this_windowAdapter(TestGUI2 adaptee)
Method Detail

windowClosing

public void windowClosing(WindowEvent e)
Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class WindowAdapter