Interface ServerSession.AddListener

All Superinterfaces:
Bayeux.BayeuxListener, EventListener, ServerSession.AddedListener, ServerSession.ServerSessionListener
Enclosing interface:
ServerSession

@Deprecated public static interface ServerSession.AddListener extends ServerSession.AddedListener
Deprecated.

Listener objects that implement this interface will be notified of session addition.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Callback method invoked when the session is added to a BayeuxServer.
    default void
    added(ServerSession session, ServerMessage message)
    Deprecated.
    Callback method invoked when the session is added to a BayeuxServer.