接口 ExecuteResultHandler

所有已知实现类:
DefaultExecuteResultHandler

public interface ExecuteResultHandler
Description: Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
  • 方法详细资料

    • onProcessComplete

      void onProcessComplete(int exitValue)
      The asynchronous execution completed.
      参数:
      exitValue - the exit value of the sub-process
    • onProcessFailed

      void onProcessFailed(ExecuteException e)
      The asynchronous execution failed.
      参数:
      e - the ExecuteException containing the root cause