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

chao.java.tools.servicepool.combine.CombineCallback Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package chao.java.tools.servicepool.combine;

import chao.java.tools.servicepool.IService;

/**
 * @author luqin
 * @since 2019-09-30
 */
public interface CombineCallback {
    void onContinue(T t);
    void onUserInterrupt(T t, IService service);
    void onInterrupt(T t, Throwable e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy