pendingsnaclistener.java
来自「基于Jabber协议的即时消息服务器」· Java 代码 · 共 28 行
JAVA
28 行
/** * $Revision$ * $Date$ * * Copyright (C) 2006 Jive Software. All rights reserved. * * This software is published under the terms of the GNU Public License (GPL), * a copy of which is included in this distribution. * * Heavily inspired by joscardemo of the Joust Project: http://joust.kano.net/ */package org.jivesoftware.wildfire.gateway.protocols.oscar;import net.kano.joscar.snac.SnacRequest;import java.util.List;/** * Handles events from pending SNAC manager. * * @author Daniel Henninger * Heavily inspired by joscardemo from the joscar project. */public interface PendingSnacListener { void dequeueSnacs(List<SnacRequest> pending);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?