Uses of Interface
org.cometd.bayeux.server.ServerSession.ServerSessionListener

Packages that use ServerSession.ServerSessionListener
org.cometd.bayeux.server   
 

Uses of ServerSession.ServerSessionListener in org.cometd.bayeux.server
 

Subinterfaces of ServerSession.ServerSessionListener in org.cometd.bayeux.server
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.
 

Methods in org.cometd.bayeux.server with parameters of type ServerSession.ServerSessionListener
 void ServerSession.addListener(ServerSession.ServerSessionListener listener)
          Adds the given listener to this session.
 void ServerSession.removeListener(ServerSession.ServerSessionListener listener)
          Removes the given listener from this session.
 



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