zeus.actors.outtrays
Class ReplyListener

java.lang.Object
  extended byzeus.actors.outtrays.ReplyListener
All Implemented Interfaces:
java.lang.Runnable

public class ReplyListener
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  java.io.File file
           
(package private)  java.io.BufferedInputStream is
           
(package private)  java.io.PrintWriter os
           
 
Constructor Summary
ReplyListener(java.io.BufferedInputStream is, java.io.PrintWriter os, java.io.File file)
           
 
Method Summary
private  void debug(java.lang.String str)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is

java.io.BufferedInputStream is

os

java.io.PrintWriter os

file

java.io.File file
Constructor Detail

ReplyListener

public ReplyListener(java.io.BufferedInputStream is,
                     java.io.PrintWriter os,
                     java.io.File file)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

debug

private void debug(java.lang.String str)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.