Uses of Interface
com.pushtechnology.diffusion.client.features.control.clients.ClientControl.SessionEventParameters
Packages that use ClientControl.SessionEventParameters
Package
Description
Client API : Client Control Features.
-
Uses of ClientControl.SessionEventParameters in com.pushtechnology.diffusion.client.features.control.clients
Fields in com.pushtechnology.diffusion.client.features.control.clients declared as ClientControl.SessionEventParametersModifier and TypeFieldDescriptionstatic final ClientControl.SessionEventParameters
ClientControl.SessionEventParameters.DEFAULT
Provides a default instance ofSessionEventParameters
that will request notifications for all sessions, including those currently active, but providing no session properties.Methods in com.pushtechnology.diffusion.client.features.control.clients that return ClientControl.SessionEventParametersModifier and TypeMethodDescriptionClientControl.SessionEventParameters.Builder.build()
Builds a newSessionEventParameters
instance with the current settings of the builder.Methods in com.pushtechnology.diffusion.client.features.control.clients with parameters of type ClientControl.SessionEventParametersModifier and TypeMethodDescriptionClientControl.addSessionEventListener
(ClientControl.SessionEventStream listener, ClientControl.SessionEventParameters parameters) Register a listener that will be notified ofclient session events
.