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
,OortPrimaryLong
,OortPrimaryService
,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 interface
ConfigurableServerChannel.ServerChannelListener.Weak
Tag interface that marksConfigurableServerChannel.ServerChannelListener
s as "weak".
-