Uses of Interface
org.jivesoftware.openfire.event.ServerSessionEventListener
-
Packages that use ServerSessionEventListener Package Description org.jivesoftware.openfire.event Event system.org.jivesoftware.openfire.session -
-
Uses of ServerSessionEventListener in org.jivesoftware.openfire.event
Methods in org.jivesoftware.openfire.event with parameters of type ServerSessionEventListener Modifier and Type Method Description static void
ServerSessionEventDispatcher. addListener(ServerSessionEventListener listener)
Registers a listener to receive events.static void
ServerSessionEventDispatcher. removeListener(ServerSessionEventListener listener)
Unregisters a listener to receive events. -
Uses of ServerSessionEventListener in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement ServerSessionEventListener Modifier and Type Class Description class
SoftwareServerVersionManager
A SoftwareServerVersionManager is the main responsible for sending query to remote entity and Obtain software information from the remote entity server using XEP-0092 .
-