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

net.neoremind.fountain.Callbackable Maven / Gradle / Ivy

package net.neoremind.fountain;

/**
 * 可回调的接口
 *
 * @author zhangxu
 */
interface Callbackable {

    /**
     * 回调
     *
     * @param t 利用传入的对象,进行回调操作
     */
    void callback(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy