Package org.apache.log4j.plugins
Interface PluginListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ReceiversTreeModel
PluginListeners are notified when plugins are started or stopped
by the PluginRegistry.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification that plugin has started.voidNotification that plugin has stopped.
-
Method Details
-
pluginStarted
Notification that plugin has started.- Parameters:
e- event
-
pluginStopped
Notification that plugin has stopped.- Parameters:
e- event
-