public interface ExecuteResultHandler
限定符和类型 | 方法和说明 |
---|---|
void |
onProcessComplete(int exitValue)
The asynchronous execution completed.
|
void |
onProcessFailed(ExecuteException e)
The asynchronous execution failed.
|
void onProcessComplete(int exitValue)
exitValue
- the exit value of the sub-processvoid onProcessFailed(ExecuteException e)
e
- the ExecuteException
containing the root cause