接口 ExecuteResultHandler
- 所有已知实现类:
DefaultExecuteResultHandler
public interface ExecuteResultHandler
Description:
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
-
方法概要
修饰符和类型方法说明voidonProcessComplete(int exitValue) The asynchronous execution completed.voidThe asynchronous execution failed.
-
方法详细资料
-
onProcessComplete
void onProcessComplete(int exitValue) The asynchronous execution completed.- 参数:
exitValue- the exit value of the sub-process
-
onProcessFailed
The asynchronous execution failed.- 参数:
e- theExecuteExceptioncontaining the root cause
-