Package gw.util
Interface ProcessStarter.OutputHandler
-
- All Known Implementing Classes:
ProcessStarter.NullOutputHandler
- Enclosing class:
- ProcessStarter
public static interface ProcessStarter.OutputHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleLine(String line)
-
-
-
Method Detail
-
handleLine
void handleLine(String line)
-
-