public interface ISessionListener
Session
listenerModifier and Type | Method and Description |
---|---|
default void |
onCreated(Session session)
Called when a new instance of session is created
|
default void |
onUnbound(String sessionId)
Informs the listener that session with specific id has been unbound.
|
default void onCreated(Session session)
session
- default void onUnbound(String sessionId)
sessionId
- the id of the unbound sessionCopyright © 2006–2022 Apache Software Foundation. All rights reserved.