Uses of Interface
org.jivesoftware.openfire.event.SessionEventListener
-
Packages that use SessionEventListener Package Description org.jivesoftware.openfire.event Event system.org.jivesoftware.openfire.multiplex Connection Manager implementation.org.jivesoftware.openfire.session -
-
Uses of SessionEventListener in org.jivesoftware.openfire.event
Methods in org.jivesoftware.openfire.event with parameters of type SessionEventListener Modifier and Type Method Description static void
SessionEventDispatcher. addListener(SessionEventListener listener)
Registers a listener to receive events.static void
SessionEventDispatcher. 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 SessionEventListener Modifier and Type Class Description class
ConnectionMultiplexerManager
A 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 SessionEventListener Modifier and Type Class Description class
SoftwareVersionManager
A SoftwareVersionManager is the main responsible for sending query to remote entity and Obtain software information from the remote entity using XEP-0092 .
-