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