public static interface Session.Listener
| Modifier and Type | Interface and Description |
|---|---|
static class |
Session.Listener.Default
Default
Session.Listener implementation which simply logs events at
debug level. |
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionStateChanged(Session session,
Session.State oldState,
Session.State newState)
Called whenever the state of a session changes.
|
void onSessionStateChanged(Session session, Session.State oldState, Session.State newState)
session - the sessionoldState - the old statenewState - the new stateCopyright © 2023 DiffusionData Limited. All rights reserved.