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 classThis provides a default implementation ofClientControl.SessionEventStreamwhich will simply log session event callbacks at debug level.static interfaceThe interface for an event delivered by the stream. -
Method Summary
Modifier and TypeMethodDescriptionvoidNotification of a session event.
-
Method Details
-
onSessionEvent
Notification of a session event.- Parameters:
event- the session event
-