public interface IProcessListener
| Modifier and Type | Method and Description |
|---|---|
void |
onErrorOut(String aLine) |
void |
onExit(int aExitCode) |
void |
onReadError(IOException e) |
void |
onStandardOut(String aLine) |
void onStandardOut(String aLine)
void onErrorOut(String aLine)
void onExit(int aExitCode)
void onReadError(IOException e)
Copyright © 2021. All rights reserved.