FTP-Server API

graphic
Class Main.ApplicationTerminator

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--graphic.Main.ApplicationTerminator
All Implemented Interfaces:
EventListener, WindowFocusListener, WindowListener, WindowStateListener
Enclosing class:
Main

public class Main.ApplicationTerminator
extends WindowAdapter


Constructor Summary
Main.ApplicationTerminator()
           
 
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
 

Constructor Detail

Main.ApplicationTerminator

public Main.ApplicationTerminator()
Method Detail

windowClosing

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

FTP-Server API