antLogger.logServer
Class LogViewerWindowAdapter

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--antLogger.logServer.LogViewerWindowAdapter

class LogViewerWindowAdapter
extends WindowAdapter


Constructor Summary
LogViewerWindowAdapter(LogServer logServer)
           

Method Summary
 voidwindowClosing(java.awt.event.WindowEvent e)
           

Methods inherited from class java.awt.event.WindowAdapter
windowOpened, windowClosed, windowIconified, windowDeiconified, windowActivated, windowDeactivated

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

LogViewerWindowAdapter

public LogViewerWindowAdapter(LogServer logServer)
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)