cmpplistener.java.svn-base

来自「华为短信网关实现的功能,包括服务器端和客户端代码」· SVN-BASE 代码 · 共 19 行

SVN-BASE
19
字号
package com.fetion.cmpp.client;

import com.fetion.cmpp.common.ServerResponse;

/**
 * 客户端的回调接口
 * @author Administrator
 *
 */
public interface CmppListener {
	public void onServerResponse(ServerResponse serverResponse);

	public void onException(Throwable throwable);

	public void sessionOpened();

	public void sessionClosed();
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?