Interface GuvnorStructureContextChangeHandler
-
- All Known Implementing Classes:
FileExplorerPresenter,RepositoriesPresenter
public interface GuvnorStructureContextChangeHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGuvnorStructureContextChangeHandler.HandlerRegistration
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNewBranchAdded(String repositoryAlias, String branchName, org.uberfire.backend.vfs.Path branchPath)voidonNewRepositoryAdded(org.guvnor.structure.repositories.Repository repository)voidonRepositoryDeleted(org.guvnor.structure.repositories.Repository repository)
-