peersim.rangesim
Interface ProcessHandler

All Known Implementing Classes:
RangeSimulator

public interface ProcessHandler


Method Summary
abstract  void doStop()
          Stop the external process managed by this object.
abstract  void join()
          Wait until the process has terminated.
 

Method Detail

doStop

void doStop()
Stop the external process managed by this object.


join

void join()
          throws java.lang.InterruptedException
Wait until the process has terminated.

Throws:
java.lang.InterruptedException - thrown if the wait is interrupted