Class ClientControl.SessionEventStream.Default
java.lang.Object
com.pushtechnology.diffusion.client.callbacks.Callback.Default
com.pushtechnology.diffusion.client.callbacks.Stream.Default
com.pushtechnology.diffusion.client.features.control.clients.ClientControl.SessionEventStream.Default
- All Implemented Interfaces:
Callback
,Stream
,ClientControl.SessionEventStream
- Enclosing interface:
- ClientControl.SessionEventStream
public static class ClientControl.SessionEventStream.Default
extends Stream.Default
implements ClientControl.SessionEventStream
This provides a default implementation of
ClientControl.SessionEventStream
which will simply log session event callbacks at debug level. This
should only be used for diagnostic purposes.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.callbacks.Callback
Callback.Default
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.features.control.clients.ClientControl.SessionEventStream
ClientControl.SessionEventStream.Default, ClientControl.SessionEventStream.Event
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.callbacks.Stream
Stream.Default
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification of a session event.Methods inherited from class com.pushtechnology.diffusion.client.callbacks.Stream.Default
onClose
Methods inherited from class com.pushtechnology.diffusion.client.callbacks.Callback.Default
onError
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
onSessionEvent
Description copied from interface:ClientControl.SessionEventStream
Notification of a session event.- Specified by:
onSessionEvent
in interfaceClientControl.SessionEventStream
- Parameters:
event
- the session event
-