Uses of Interface
org.jivesoftware.openfire.container.PluginManagerListener
Packages that use PluginManagerListener
Package
Description
The microkernel core of the server is a simple, flexible, nested
container framework defined in this package.
-
Uses of PluginManagerListener in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container with parameters of type PluginManagerListenerModifier and TypeMethodDescriptionvoidPluginManager.addPluginManagerListener(PluginManagerListener listener) Registers a PluginManagerListener, which will now start receiving events regarding plugin management.voidPluginManager.removePluginManagerListener(PluginManagerListener listener) Deregisters a PluginManagerListener, which will no longer receive events.