Package ai.libs.jaicore.ml.scikitwrapper
Interface IProcessListener
-
- All Known Implementing Classes:
AProcessListener,DefaultProcessListener
public interface IProcessListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlistenTo(java.lang.Process process)Lets the process listener listen to the output and error stream of the given process.
-
-
-
Method Detail
-
listenTo
void listenTo(java.lang.Process process) throws java.io.IOException, java.lang.InterruptedExceptionLets the process listener listen to the output and error stream of the given process.- Parameters:
process- The process to be listened to.- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
-