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

com.hp.message.interfaces.IFuncCallBack Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.hp.message.interfaces;

import com.hp.message.enums.MsgResultType;

/**
 * @author 尚肖磊
 * @create 2021-06-01 16:57
 * @Description:
 */
public interface IFuncCallBack {

    void success(T t);

    void fail(MsgResultType resultType, V v);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy