Package org.cometd.bayeux.server
Interface ConfigurableServerChannel.ServerChannelListener
- All Superinterfaces:
org.cometd.bayeux.Bayeux.BayeuxListener
,EventListener
- All Known Subinterfaces:
ConfigurableServerChannel.ServerChannelListener.Weak
,ServerChannel.MessageListener
,ServerChannel.SubscriptionListener
- Enclosing interface:
ConfigurableServerChannel
public static interface ConfigurableServerChannel.ServerChannelListener
extends org.cometd.bayeux.Bayeux.BayeuxListener
Common interface for ServerChannel
listeners.
Specific sub-interfaces define what kind of event listeners will be notified.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Tag interface that marksConfigurableServerChannel.ServerChannelListener
s as "weak".