⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmpplistener.java

📁 华为短信网关实现的功能,包括服务器端和客户端代码
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -