Uses of Enum Class
com.pushtechnology.diffusion.client.session.Session.State
Packages that use Session.State
-
Uses of Session.State in com.pushtechnology.diffusion.client.session
Methods in com.pushtechnology.diffusion.client.session that return Session.StateModifier and TypeMethodDescriptionSession.getState()
Returns the current state of the session.static Session.State
Returns the enum constant of this class with the specified name.static Session.State[]
Session.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.session with parameters of type Session.StateModifier and TypeMethodDescriptionvoid
Session.Listener.Default.onSessionStateChanged
(Session session, Session.State oldState, Session.State newState) void
Session.Listener.onSessionStateChanged
(Session session, Session.State oldState, Session.State newState) Called whenever the state of a session changes.