Interface ClientControl.SessionEventStream
- All Known Implementing Classes:
ClientControl.SessionEventStream.Default
- Enclosing interface:
- ClientControl
The stream to receive for session event listener notifications.
This is used along with addSessionEventListener
to obtain notifications for client sessions.
- Since:
- 6.11
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
This provides a default implementation ofClientControl.SessionEventStream
which will simply log session event callbacks at debug level.static interface
The interface for an event delivered by the stream. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification of a session event.
-
Method Details
-
onSessionEvent
Notification of a session event.- Parameters:
event
- the session event
-