upidiff.gui
Class UpidiffGUI.WindowClosingAdapter

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

class UpidiffGUI.WindowClosingAdapter
extends WindowAdapter

This inner class models a windowlistener and therefore extends the WindowAdapter

Author:
kasbar

Constructor Summary
(package private) UpidiffGUI.WindowClosingAdapter()
           
 
Method Summary
 void windowClosing(WindowEvent e)
          This methode handels the window-closing event.
 
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
 

Constructor Detail

UpidiffGUI.WindowClosingAdapter

UpidiffGUI.WindowClosingAdapter()
Method Detail

windowClosing

public void windowClosing(WindowEvent e)
This methode handels the window-closing event.

Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class WindowAdapter
Parameters:
e - The window-event that occurs when closing the window