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

com.ursful.framework.mina.client.message.IPresence Maven / Gradle / Ivy

There is a newer version: 3.0.12
Show newest version
package com.ursful.framework.mina.client.message;

import java.util.Map;

/**
 * 类名:IPresence
 * 创建者:huangyonghua
 * 日期:2019/2/28 14:20
 * 版权:Hymake Copyright(c) 2017
 * 说明:[类说明必填内容,请修改]
 */
public interface IPresence {
    void presence(String cid, boolean online, Map data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy