net.directj.jlogger
Class NetworkOutput.ShutdownHook

java.lang.Object
  |
  +--net.directj.jlogger.NetworkOutput.ShutdownHook
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
NetworkOutput

private class NetworkOutput.ShutdownHook
extends java.lang.Object
implements java.lang.Runnable

This class is used to stop the client at the end of the JVM.

Version:
0.1.0
Author:
CARTAPANIS Alexandre <earendil@jprolog.net>

Constructor Summary
private NetworkOutput.ShutdownHook()
           
 
Method Summary
 void run()
          Runs the shutdown hook.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkOutput.ShutdownHook

private NetworkOutput.ShutdownHook()
Method Detail

run

public void run()
Runs the shutdown hook. This implementation close the client.

Specified by:
run in interface java.lang.Runnable


Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003