Log4j 1.3alpha-6

org.apache.log4j.plugins
Interface PluginListener

All Superinterfaces:
java.util.EventListener

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-6

Copyright 2000-2005 Apache Software Foundation.