Interface BayeuxServer.SubscriptionListener

All Superinterfaces:
Bayeux.BayeuxListener, BayeuxServer.BayeuxServerListener, EventListener
Enclosing interface:
BayeuxServer

public static interface BayeuxServer.SubscriptionListener
extends BayeuxServer.BayeuxServerListener

Specialized listener for ServerChannel subscription events.

This listener is called when a subscribe message or an unsubscribe message occurs for any channel known to the BayeuxServer.

This interface the correspondent of the ServerChannel.SubscriptionListener interface, but it is invoked for any session and any channel known to the BayeuxServer, after having invoked the ServerChannel.SubscriptionListener.