public class ProcessorListenerWaiter extends Object implements IProcessListener
| Constructor and Description |
|---|
ProcessorListenerWaiter(Exchanger<ProcessRunResult> exchanger) |
| Modifier and Type | Method and Description |
|---|---|
void |
onErrorOut(String aLine) |
void |
onExit(int aExitCode) |
void |
onReadError(IOException e) |
void |
onStandardOut(String aLine) |
public ProcessorListenerWaiter(Exchanger<ProcessRunResult> exchanger)
public void onStandardOut(String aLine)
onStandardOut in interface IProcessListenerpublic void onErrorOut(String aLine)
onErrorOut in interface IProcessListenerpublic void onExit(int aExitCode)
onExit in interface IProcessListenerpublic void onReadError(IOException e)
onReadError in interface IProcessListenerCopyright © 2021. All rights reserved.