Interface Bayeux.BayeuxListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
BayeuxServer.BayeuxServerListener,BayeuxServer.ChannelListener,BayeuxServer.SessionListener,BayeuxServer.SubscriptionListener,ClientSession.MessageListener,ClientSessionChannel.ClientSessionChannelListener,ClientSessionChannel.MessageListener,ConfigurableServerChannel.ServerChannelListener,ConfigurableServerChannel.ServerChannelListener.Weak,ServerChannel.MessageListener,ServerChannel.SubscriptionListener,ServerSession.AddedListener,ServerSession.DeQueueListener,ServerSession.HeartBeatListener,ServerSession.MessageListener,ServerSession.QueueListener,ServerSession.QueueMaxedListener,ServerSession.RemovedListener,ServerSession.ServerSessionListener
- All Known Implementing Classes:
AcknowledgedMessagesSessionExtension,DataFilterMessageListener,Oort.CloudListener,OortPrimaryLong,OortPrimaryService,OortService,Seti.LocalLocation
- Enclosing interface:
Bayeux
The common base interface for Bayeux listeners.
Specific sub-interfaces define what kind of events listeners will be notified.