Interface ForkedProcessStandardOutErrEventListener
-
- All Known Implementing Classes:
ForkClient.StdErrListener
,ForkClient.StdOutListener
public interface ForkedProcessStandardOutErrEventListener
- Since:
- 3.0.0-M4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(RunMode runMode, java.lang.String output, boolean newLine)
-
-
-
Method Detail
-
handle
void handle(RunMode runMode, java.lang.String output, boolean newLine)
-
-