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,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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceTag interface that marksConfigurableServerChannel.ServerChannelListeners as "weak".