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(java.lang.String output, boolean newLine, RunMode runMode, java.lang.Long testRunId)
-
-
-
Method Detail
-
handle
void handle(java.lang.String output, boolean newLine, RunMode runMode, java.lang.Long testRunId)
-
-