Interface ServerSession.QueueListener

All Superinterfaces:
org.cometd.bayeux.Bayeux.BayeuxListener, EventListener, ServerSession.ServerSessionListener
Enclosing interface:
ServerSession

public static interface ServerSession.QueueListener extends ServerSession.ServerSessionListener

Listener objects that implement this interface will be notified when a message is queued in the session queue.

This is a restricted listener interface, see ServerSession.QueueMaxedListener.