public interface SessionListener
Session.| Modifier and Type | Method and Description |
|---|---|
void |
sessionEnded(Session session)
Notification that the session has ended.
|
void |
sessionStarted(Session session)
Notification that the session has been started.
|