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.DefaultNested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.features.control.clients.ClientControl.SessionEventStream
ClientControl.SessionEventStream.Default, ClientControl.SessionEventStream.EventNested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.callbacks.Stream
Stream.Default -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidNotification of a session event.Methods inherited from class com.pushtechnology.diffusion.client.callbacks.Stream.Default
onCloseMethods inherited from class com.pushtechnology.diffusion.client.callbacks.Callback.Default
onError
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
onSessionEvent
Description copied from interface:ClientControl.SessionEventStreamNotification of a session event.- Specified by:
onSessionEventin interfaceClientControl.SessionEventStream- Parameters:
event- the session event
-