Package org.cometd.bayeux.server
Interface ConfigurableServerChannel.ServerChannelListener
- All Superinterfaces:
Bayeux.BayeuxListener,EventListener
- All Known Subinterfaces:
ConfigurableServerChannel.ServerChannelListener.Weak,ServerChannel.MessageListener,ServerChannel.SubscriptionListener
- All Known Implementing Classes:
DataFilterMessageListener,Oort.CloudListener,OortMasterLong,OortMasterService,OortService
- Enclosing interface:
- ConfigurableServerChannel
public static interface ConfigurableServerChannel.ServerChannelListener extends Bayeux.BayeuxListener
Common interface for ServerChannel listeners.
Specific sub-interfaces define what kind of event listeners will be notified.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConfigurableServerChannel.ServerChannelListener.WeakTag interface that marksConfigurableServerChannel.ServerChannelListeners as "weak".