mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
added PluginBackendListener
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user