org.cometd.client.transport
Interface TransportListener
- All Known Implementing Classes:
- BayeuxClient
public interface TransportListener
- Version:
- $Revision: 902 $ $Date: 2010-05-27 01:01:08 +1000 (Thu, 27 May 2010) $
onSending
void onSending(Message[] messages)
onMessages
void onMessages(List<Message.Mutable> messages)
onConnectException
void onConnectException(Throwable x)
onException
void onException(Throwable x)
onExpire
void onExpire()
onProtocolError
void onProtocolError(String info)
Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.