added PluginBackendListener

This commit is contained in:
Sebastian Sdorra
2011-05-27 09:55:19 +02:00
parent e2925f0276
commit 85ecf7ceed
5 changed files with 122 additions and 1 deletions

View File

@@ -33,6 +33,10 @@
package sonia.scm.plugin;
//~--- non-JDK imports --------------------------------------------------------
import sonia.scm.ListenerSupport;
//~--- JDK imports ------------------------------------------------------------
import java.io.File;
@@ -45,7 +49,7 @@ import java.util.Set;
*
* @author Sebastian Sdorra
*/
public interface PluginBackend
public interface PluginBackend extends ListenerSupport<PluginBackendListener>
{
/**