edu.cmu.emulator.daemon
Class ProcExitWaiter
java.lang.Object
edu.cmu.emulator.daemon.ProcExitWaiter
- All Implemented Interfaces:
- ProcListener
public class ProcExitWaiter
- extends Object
- implements ProcListener
Field Summary |
protected boolean |
exited
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exited
protected boolean exited
ProcExitWaiter
public ProcExitWaiter()
processExited
public void processExited(ProcessID procID,
int code)
- Specified by:
processExited
in interface ProcListener
waitForExit
public void waitForExit()
Copyright © 2013. All Rights Reserved.