public static interface ClientControl.SessionEventStream extends Stream
This is used along with addSessionEventListener to obtain notifications for client sessions.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientControl.SessionEventStream.Default
This provides a default implementation of
ClientControl.SessionEventStream
which will simply log session event callbacks at debug level. |
static interface |
ClientControl.SessionEventStream.Event
The interface for an event delivered by the stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionEvent(ClientControl.SessionEventStream.Event event)
Notification of a session event.
|
void onSessionEvent(ClientControl.SessionEventStream.Event event)
event - the session eventCopyright © 2024 DiffusionData Limited. All rights reserved.