Uses of Interface
org.apache.log4j.component.plugins.PluginListener
-
Packages that use PluginListener Package Description org.apache.log4j.component.plugins -
-
Uses of PluginListener in org.apache.log4j.component.plugins
Methods in org.apache.log4j.component.plugins with parameters of type PluginListener Modifier and Type Method Description voidPluginRegistry. addPluginListener(PluginListener l)Adds a PluginListener to this registry to be notified of PluginEvents.voidPluginRegistry. removePluginListener(PluginListener l)Removes a particular PluginListener from this registry such that it will no longer be notified of PluginEvents.
-