public interface ExecuteResultHandler
Modifier and Type | Method and Description |
---|---|
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 causeCopyright © 2010 - 2020 Adobe. All Rights Reserved