All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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