Uses of Interface
org.cometd.bayeux.Bayeux.BayeuxListener

Packages that use Bayeux.BayeuxListener
org.cometd.bayeux.client   
org.cometd.bayeux.server   
 

Uses of Bayeux.BayeuxListener in org.cometd.bayeux.client
 

Subinterfaces of Bayeux.BayeuxListener in org.cometd.bayeux.client
static interface ClientSessionChannel.ClientSessionChannelListener
          Represents a listener on a ClientSessionChannel.
static interface ClientSessionChannel.MessageListener
          A listener for messages on a ClientSessionChannel.
 

Uses of Bayeux.BayeuxListener in org.cometd.bayeux.server
 

Subinterfaces of Bayeux.BayeuxListener in org.cometd.bayeux.server
static interface BayeuxServer.BayeuxServerListener
          Common base interface for all server-side Bayeux listeners
static interface BayeuxServer.ChannelListener
          Specialized listener for ServerChannel events.
static interface BayeuxServer.SessionListener
          Specialized listener for ServerSession events.
static interface BayeuxServer.SubscriptionListener
          Specialized listener for ServerChannel subscription events.
static interface ServerChannel.MessageListener
          Listeners objects that implement this interface will be notified of message publish.
static interface ServerChannel.ServerChannelListener
          Common interface for ServerChannel listeners.
static interface ServerChannel.SubscriptionListener
          Listeners object that implement this interface will be notified of subscription events.
static interface ServerSession.DeQueueListener
          Listeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.
static interface ServerSession.MaxQueueListener
          Listeners objects that implement this interface will be notified when the session queue is full.
static interface ServerSession.MessageListener
          Listeners objects that implement this interface will be notified of message arrival.
static interface ServerSession.RemoveListener
          Listeners objects that implement this interface will be notified of session removal.
static interface ServerSession.ServerSessionListener
          Common interface for ServerSession listeners.
 



Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.