edu.cmu.emulator.daemon
Class ProcExitWaiter

java.lang.Object
  extended by edu.cmu.emulator.daemon.ProcExitWaiter
All Implemented Interfaces:
ProcListener

public class ProcExitWaiter
extends Object
implements ProcListener


Field Summary
protected  boolean exited
           
 
Constructor Summary
ProcExitWaiter()
           
 
Method Summary
 void processExited(ProcessID procID, int code)
           
 void waitForExit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exited

protected boolean exited
Constructor Detail

ProcExitWaiter

public ProcExitWaiter()
Method Detail

processExited

public void processExited(ProcessID procID,
                          int code)
Specified by:
processExited in interface ProcListener

waitForExit

public void waitForExit()


Copyright © 2013. All Rights Reserved.