Uses of Interface
org.cometd.bayeux.server.ServerChannel.ServerChannelListener

Packages that use ServerChannel.ServerChannelListener
org.cometd.bayeux.server   
 

Uses of ServerChannel.ServerChannelListener in org.cometd.bayeux.server
 

Subinterfaces of ServerChannel.ServerChannelListener in org.cometd.bayeux.server
static interface ServerChannel.MessageListener
          Listeners objects that implement this interface will be notified of message publish.
static interface ServerChannel.SubscriptionListener
          Listeners object that implement this interface will be notified of subscription events.
 

Methods in org.cometd.bayeux.server that return types with arguments of type ServerChannel.ServerChannelListener
 List<ServerChannel.ServerChannelListener> ConfigurableServerChannel.getListeners()
           
 

Methods in org.cometd.bayeux.server with parameters of type ServerChannel.ServerChannelListener
 void ConfigurableServerChannel.addListener(ServerChannel.ServerChannelListener listener)
           
 void ConfigurableServerChannel.removeListener(ServerChannel.ServerChannelListener listener)
           
 



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