|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecuteResultHandler
The callback handlers for asynchronous execution.
Executor.execute(CommandLine, java.util.Map, ExecuteResultHandler)
Method Summary | |
---|---|
void |
onProcessComplete(int exitValue)
The asynchronous exection completed. |
void |
onProcessFailed(ExecuteException e)
The asynchronous exection failed. |
Method Detail |
---|
void onProcessComplete(int exitValue)
exitValue
- the exit value of the subprocessvoid onProcessFailed(ExecuteException e)
e
- the ExecuteException
containing the root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |