public static interface StreamGobbler.OnLineListener
void
onLine(java.lang.String line)
void onLine(java.lang.String line)
Line callback
This callback should process the line as quickly as possible. Delays in this callback may pause the native process or even result in a deadlock
line