public interface IProcessListener
| Modifier and Type | Method and Description |
|---|---|
void |
listenTo(java.lang.Process process)
Lets the process listener listen to the output and error stream of the given process.
|
void listenTo(java.lang.Process process)
throws java.io.IOException,
java.lang.InterruptedException
process - The process to be listened to.java.io.IOExceptionjava.lang.InterruptedException