Uses of Class
org.apache.log4j.plugins.PluginEvent
-
Packages that use PluginEvent Package Description org.apache.log4j.chainsaw.receivers org.apache.log4j.plugins -
-
Uses of PluginEvent in org.apache.log4j.chainsaw.receivers
Methods in org.apache.log4j.chainsaw.receivers with parameters of type PluginEvent Modifier and Type Method Description void
ReceiversTreeModel. pluginStarted(PluginEvent e)
void
ReceiversTreeModel. pluginStopped(PluginEvent e)
-
Uses of PluginEvent in org.apache.log4j.plugins
Methods in org.apache.log4j.plugins with parameters of type PluginEvent Modifier and Type Method Description void
PluginListener. pluginStarted(PluginEvent e)
Notification that plugin has started.void
PluginListener. pluginStopped(PluginEvent e)
Notification that plugin has stopped.
-