public interface SessionObserver
SessionObserver is used for observing changes made to a Session.| Modifier and Type | Method and Description |
|---|---|
void |
sessionClosed(Session session)
Called when a
Session is closed. |
void |
sessionOpened(Session session)
Called when a
Session is opened. |