Package org.cometd.bayeux.server
Interface ConfigurableServerChannel.ServerChannelListener
-
- All Superinterfaces:
Bayeux.BayeuxListener,java.util.EventListener
- All Known Subinterfaces:
ConfigurableServerChannel.ServerChannelListener.Weak,ServerChannel.MessageListener,ServerChannel.SubscriptionListener
- All Known Implementing Classes:
DataFilterMessageListener,Oort.CloudListener,OortPrimaryLong,OortPrimaryService,OortService
- Enclosing interface:
- ConfigurableServerChannel
public static interface ConfigurableServerChannel.ServerChannelListener extends Bayeux.BayeuxListener
Common interface for
ServerChannellisteners.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".
-