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

com.zpf.api.INeedManage Maven / Gradle / Ivy

package com.zpf.api;

/**
 * 需要绑定管理器
 * Created by ZPF on 2019/2/28.
 */
public interface INeedManage {
    T toBind(IManager manager);

    boolean unBind(long bindId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy