com.dalsemi.slush
Class WatcherObject

java.lang.Object
  |
  +--com.dalsemi.slush.WatcherObject

public synchronized class WatcherObject
extends java.lang.Object


Field Summary
 java.io.PrintStream err
           
 java.io.InputStream in
           
 java.io.PrintStream out
           
 
Constructor Summary
WatcherObject(int)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public java.io.InputStream in

out

public java.io.PrintStream out

err

public java.io.PrintStream err
Constructor Detail

WatcherObject

public WatcherObject(int)