Package net.bluemind.node.api
Interface ProcessHandler
- All Known Implementing Classes:
ProcessHandler.BlockingHandler
,ProcessHandler.NoOutBlockingHandler
public interface ProcessHandler
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
-
Method Details
-
log
- Parameters:
l
-isContinued
- is true when the line was longer than our max frame size. The received line did not end with a line-feed in the original output
-
completed
void completed(int exitCode) -
starting
-