Uses of Interface
org.apache.log4j.plugins.PluginListener
Packages that use PluginListener
-
Uses of PluginListener in org.apache.log4j.chainsaw.receivers
Classes in org.apache.log4j.chainsaw.receivers that implement PluginListenerModifier and TypeClassDescriptionclass
A TreeModel that encapsulates the details of all the Receivers and their related information in the Log4j framework -
Uses of PluginListener in org.apache.log4j.plugins
Methods in org.apache.log4j.plugins with parameters of type PluginListenerModifier and TypeMethodDescriptionvoid
PluginRegistry.addPluginListener
(PluginListener l) Adds a PluginListener to this registry to be notified of PluginEvents.void
PluginRegistry.removePluginListener
(PluginListener l) Removes a particular PluginListener from this registry such that it will no longer be notified of PluginEvents.