Uses of Interface
org.cometd.bayeux.server.BayeuxServer.BayeuxServerListener

Packages that use BayeuxServer.BayeuxServerListener
org.cometd.bayeux.server   
 

Uses of BayeuxServer.BayeuxServerListener in org.cometd.bayeux.server
 

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

Methods in org.cometd.bayeux.server with parameters of type BayeuxServer.BayeuxServerListener
 void BayeuxServer.addListener(BayeuxServer.BayeuxServerListener listener)
          Adds a listener to this Bayeux object.
 void BayeuxServer.removeListener(BayeuxServer.BayeuxServerListener listener)
          Removes a listener from this Bayeux object.
 



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