Package net.bluemind.node.api
Interface ProcessHandler
- All Known Implementing Classes:
 ProcessHandler.BlockingHandler,ProcessHandler.NoOutBlockingHandler
public interface ProcessHandler
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic 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
 
 -