Commit 83a2431c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Initial version. JM-1061

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8295 b35dd754-fafc-0310-a699-88a17e54d16e
parent fc98b43e
/**
* $RCSfile$
* $Revision: $
* $Date: $
*
* Copyright (C) 2007 Jive Software. All rights reserved.
*
* This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution.
*/
package org.jivesoftware.openfire.container;
/**
* Interface to listen for plugin manager events. Use the
* {@link PluginManager#addPluginManagerListener(PluginManagerListener)}
* method to register for events.
*
* @author Gaston Dombiak
*/
public interface PluginManagerListener {
/**
* Event indicating that the PluginManager has finished an attemp to load new plugins and unload
* old plugins.
*/
void pluginsMonitored();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment