Uses of Interface
org.jivesoftware.util.PropertyEventListener
Packages that use PropertyEventListener
Package
Description
Authentication and Authorization service interfaces and classes.
The microkernel core of the server is a simple, flexible, nested
container framework defined in this package.
LDAP code for authentication and user profile information.
Implementation of Publish-Subscribe (XEP-0060).
Utility classes.
-
Uses of PropertyEventListener in org.jivesoftware.openfire.audit.spi
Classes in org.jivesoftware.openfire.audit.spi that implement PropertyEventListenerModifier and TypeClassDescriptionclassImplementation of the AuditManager interface. -
Uses of PropertyEventListener in org.jivesoftware.openfire.auth
Classes in org.jivesoftware.openfire.auth that implement PropertyEventListenerModifier and TypeClassDescriptionclassThe JDBC auth provider allows you to authenticate users against any database that you can connect to with JDBC. -
Uses of PropertyEventListener in org.jivesoftware.openfire.container
Classes in org.jivesoftware.openfire.container that implement PropertyEventListenerModifier and TypeClassDescriptionclassA service that monitors the plugin directory for plugins. -
Uses of PropertyEventListener in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement PropertyEventListenerModifier and TypeClassDescriptionclassRead-only LDAP provider for vCards.Configuration consists of adding a provider: -
Uses of PropertyEventListener in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement PropertyEventListenerModifier and TypeClassDescriptionclassModule that implements XEP-60: Publish-Subscribe. -
Uses of PropertyEventListener in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement PropertyEventListener -
Uses of PropertyEventListener in org.jivesoftware.util
Methods in org.jivesoftware.util with parameters of type PropertyEventListenerModifier and TypeMethodDescriptionstatic voidPropertyEventDispatcher.addListener(PropertyEventListener listener) Registers a listener to receive events.static voidPropertyEventDispatcher.removeListener(PropertyEventListener listener) Unregisters a listener to receive events.