edu.cmu.emulator.daemon
Class POMWorker

java.lang.Object
  extended by edu.cmu.emulator.daemon.POMWorker
All Implemented Interfaces:
Runnable

public class POMWorker
extends Object
implements Runnable


Field Summary
protected  InputStream in
           
protected  ProcOutputListener pol
           
protected  ProcOutputMonitor pom
           
 
Constructor Summary
POMWorker(ProcOutputMonitor pom, ProcOutputListener pol, InputStream in)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pom

protected ProcOutputMonitor pom

pol

protected ProcOutputListener pol

in

protected InputStream in
Constructor Detail

POMWorker

public POMWorker(ProcOutputMonitor pom,
                 ProcOutputListener pol,
                 InputStream in)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013. All Rights Reserved.