Uses of Interface
com.pushtechnology.diffusion.client.session.Session.Listener
Packages that use Session.Listener
-
Uses of Session.Listener in com.pushtechnology.diffusion.client.session
Classes in com.pushtechnology.diffusion.client.session that implement Session.ListenerModifier and TypeClassDescriptionstatic classDefaultSession.Listenerimplementation which simply logs events at debug level.Methods in com.pushtechnology.diffusion.client.session with parameters of type Session.ListenerModifier and TypeMethodDescriptionvoidSession.addListener(Session.Listener listener) Add a session listener.SessionFactory.listener(Session.Listener listener) Nominates a listener for session events from a session.voidSession.removeListener(Session.Listener listener) Remove a session listener.