首页>代码>【小牛分享】- pushlet指定用户推送消息>/pushletTest/src/nl/justobjects/pushlet/client/PushletClientListener.java
// Copyright (c) 2000 Just Objects B.V. <just@justobjects.nl>
// Distributable under LGPL license. See terms of license at gnu.org.
package nl.justobjects.pushlet.client;
import nl.justobjects.pushlet.core.Event;
import nl.justobjects.pushlet.core.Protocol;
/**
* Interface for listener of the PushletClient object.
*
* @version $Id: PushletClientListener.java,v 1.5 2005/02/21 11:50:37 justb Exp $
* @author Just van den Broecke - Just Objects ©
**/
public interface PushletClientListener extends Protocol {
/** Abort event from server. */
public void onAbort(Event theEvent);
/** Data event from server. */
public void onData(Event theEvent);
/** Heartbeat event from server. */
public void onHeartbeat(Event theEvent);
/** Error occurred. */
public void onError(String message);
}
/*
* $Log: PushletClientListener.java,v $
* Revision 1.5 2005/02/21 11:50:37 justb
* ohase1 of refactoring Subscriber into Session/Controller/Subscriber
*
* Revision 1.4 2005/02/15 15:46:31 justb
* client API improves
*
* Revision 1.3 2004/10/24 12:58:18 justb
* revised client and test classes for new protocol
*
* Revision 1.2 2004/09/03 22:35:37 justb
* Almost complete rewrite, just checking in now
*
* Revision 1.1 2004/03/10 20:14:17 justb
* renamed all *JavaPushletClient* to *PushletClient*
*
* Revision 1.3 2003/08/15 08:37:40 justb
* fix/add Copyright+LGPL file headers and footers
*
*
*/
最近下载更多
912299793 LV21
2021年2月10日
libin19830831 LV1
2021年1月11日
ihopefree LV1
2018年12月20日
1154678481 LV9
2018年10月10日
a987013741 LV9
2018年8月10日
zhangtiancheng LV10
2018年7月25日
ZeSino LV5
2018年6月27日
swc1234 LV1
2018年6月11日
C544350851 LV27
2018年5月9日
xuxu002_long LV8
2018年2月16日
最近浏览更多
lironggang LV38
2023年4月25日
好的好的 LV9
2022年7月13日
nibin576 LV6
2022年5月31日
康 LV1
2021年11月24日
13798956075 LV1
2021年10月8日
长得丑活得久 LV3
2021年3月8日
912299793 LV21
2021年2月10日
libin19830831 LV1
2021年1月11日
dongzhan LV12
2020年12月22日
油炸糖醋鲤鱼 LV5
2020年10月7日

