org.cometd
Interface ChannelBayeuxListener

All Superinterfaces:
BayeuxListener, java.util.EventListener

public interface ChannelBayeuxListener
extends BayeuxListener

A BayeuxListener with call backs for channel life cycle events


Method Summary
 void channelAdded(Channel channel)
           
 void channelRemoved(Channel channel)
           
 

Method Detail

channelAdded

void channelAdded(Channel channel)

channelRemoved

void channelRemoved(Channel channel)


Copyright © 2010 Dojo Foundation. All Rights Reserved.