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

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

package com.zpf.api;

/**
 * 管理器
 * Created by ZPF on 2019/2/28.
 */
public interface IManager extends OnDestroyListener {

    long bind(T t);

    boolean execute(long id);

    void remove(long id);

    void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy