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

com.github.lkqm.hcnet.handler.Handler Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.lkqm.hcnet.handler;

import com.github.lkqm.hcnet.HCNetSDK;

/**
 * 消息回调处理器.
 */
public interface Handler extends HCNetSDK.FMSGCallBack {

    /**
     * 是否接收命令.
     */
    boolean accept(long command);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy