
@ExtensionPoint public interface RepositoryListener
Repository events. RepositoryListener can be
registered with Extension annotation or with the
ListenerSupport.addListener(java.lang.Object).| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Repository repository,
HandlerEvent event)
Called when a repository change event is fired.
|
void onEvent(Repository repository, HandlerEvent event)
repository - repository that has changedevent - type of change eventCopyright © 2013. All Rights Reserved.