Log4j 1.3alpha-3

org.apache.log4j.plugins
Interface PluginListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ReceiversTreeModel

public interface PluginListener
extends java.util.EventListener

PluginListeners are notified when plugins are started or stopped by the PluginRegistry.

Author:
Paul Smith

Method Summary
 void pluginStarted(PluginEvent e)
           
 void pluginStopped(PluginEvent e)
           
 

Method Detail

pluginStarted

public void pluginStarted(PluginEvent e)

pluginStopped

public void pluginStopped(PluginEvent e)

Log4j 1.3alpha-3

Copyright 2000-2003 Apache Software Foundation.