![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.jobclient.support.JobCompletedHandler Maven / Gradle / Ivy
package com.github.ltsopensource.jobclient.support;
import com.github.ltsopensource.core.domain.JobResult;
import java.util.List;
/**
* @author Robert HG ([email protected]) on 8/29/14.
*/
public interface JobCompletedHandler {
/**
* 处理返回结果
*/
void onComplete(List jobResults);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy