mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
javadoc for RepositoryListener
This commit is contained in:
@@ -39,6 +39,9 @@ import sonia.scm.HandlerEvent;
|
|||||||
import sonia.scm.plugin.ExtensionPoint;
|
import sonia.scm.plugin.ExtensionPoint;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Listener for {@link Repository} events. {@link RepositoryListener} can be
|
||||||
|
* registered with {@link sonia.scm.plugin.ext.Extension} annotation or with the
|
||||||
|
* {@link RepositoryManager#addListener(java.lang.Object)}.
|
||||||
*
|
*
|
||||||
* @author Sebastian Sdorra
|
* @author Sebastian Sdorra
|
||||||
*/
|
*/
|
||||||
@@ -47,11 +50,11 @@ public interface RepositoryListener
|
|||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method description
|
* Called when a repository change event is fired.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @param repository
|
* @param repository repository that has changed
|
||||||
* @param event
|
* @param event type of change event
|
||||||
*/
|
*/
|
||||||
public void onEvent(Repository repository, HandlerEvent event);
|
public void onEvent(Repository repository, HandlerEvent event);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user