net.directj.jlogger
Class StreamOutput.ShutdownHook

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

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

This class is used to close the stream at the end of the JVM.

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

Constructor Summary
private StreamOutput.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

StreamOutput.ShutdownHook

private StreamOutput.ShutdownHook()
Method Detail

run

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

Specified by:
run in interface java.lang.Runnable


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