Uses of Interface
org.cometd.ChannelListener

Uses of ChannelListener in org.cometd
 

Subinterfaces of ChannelListener in org.cometd
 interface SubscriptionListener
          A ChannelListener with call backs for subscription life cycle events
 

Methods in org.cometd with parameters of type ChannelListener
 void Channel.addListener(ChannelListener listener)
          Adds a channel listener to this channel.
 void Channel.removeListener(ChannelListener listener)
          Removes the channel listener from this channel.
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.