com.eshore.socketapi.client.ICallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy-suite Show documentation
Show all versions of proxy-suite Show documentation
a Intranet-through project
package com.eshore.socketapi.client;
import com.eshore.socketapi.commons.Action;
/**
* 客户端接收到服务端主动消息的回调
* @author eshore
*
*/
public interface ICallback {
/**
*
* @param a
*/
void doCallback(Action a );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy