com.supermap.services.components

接口 JobRunnerListener

    • 方法详细资料

      • notifyStateInited

        void notifyStateInited(JobBuildConfig config,
                             JobState state)
        

        标记任务状态为初始化完成。

        参数:
        config -
        state -
      • notifyConfigUpdated

        void notifyConfigUpdated(JobBuildConfig config,
                               JobState state)
        
      • notifyStateUpdated

        void notifyStateUpdated(JobBuildConfig config,
                              JobState state)
        

        标记任务状态为更新完成。

        参数:
        config -
        state -