Interface ServerSession.AddedListener
- All Superinterfaces:
Bayeux.BayeuxListener,EventListener,ServerSession.ServerSessionListener
- All Known Subinterfaces:
ServerSession.AddListener
- Enclosing interface:
ServerSession
Listener objects that implement this interface will be notified of session addition.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadded(ServerSession session, ServerMessage message) Callback method invoked when the session is added to aBayeuxServer.
-
Method Details
-
added
Callback method invoked when the session is added to a
BayeuxServer.- Parameters:
session- the added sessionmessage- the message that caused the session addition
-