Interface ServerChannel.SubscriptionListener

All Superinterfaces:
Bayeux.BayeuxListener, ConfigurableServerChannel.ServerChannelListener, EventListener
Enclosing interface:
ServerChannel

public static interface ServerChannel.SubscriptionListener
extends ConfigurableServerChannel.ServerChannelListener

Listener objects that implement this interface will be notified of subscription events.

Instances of this listener class will be invoked before BayeuxServer.SubscriptionListener

instances.