Uses of Interface
org.jivesoftware.openfire.event.SessionEventListener
Packages that use SessionEventListener
Package
Description
Event system.
Connection Manager implementation.
-
Uses of SessionEventListener in org.jivesoftware.openfire.event
Methods in org.jivesoftware.openfire.event with parameters of type SessionEventListenerModifier and TypeMethodDescriptionstatic voidSessionEventDispatcher.addListener(SessionEventListener listener) Registers a listener to receive events.static voidSessionEventDispatcher.removeListener(SessionEventListener listener) Unregisters a listener to receive events. -
Uses of SessionEventListener in org.jivesoftware.openfire.multiplex
Classes in org.jivesoftware.openfire.multiplex that implement SessionEventListenerModifier and TypeClassDescriptionclassA ConnectionMultiplexerManager is responsible for keeping track of the connected Connection Managers and the sessions that were established with the Connection Managers. -
Uses of SessionEventListener in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement SessionEventListenerModifier and TypeClassDescriptionclassA SoftwareVersionManager is the main responsible for sending query to remote entity and Obtain software information from the remote entity using XEP-0092 .