Package com.enonic.xp.dump
Interface SystemLoadListener
-
public interface SystemLoadListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidentryLoaded()voidloadingBranch(RepositoryId repositoryId, Branch branch, Long total)voidloadingCommits(RepositoryId repositoryId)voidloadingVersions(RepositoryId repositoryId)voidtotalBranches(long total)
-
-
-
Method Detail
-
totalBranches
void totalBranches(long total)
-
loadingBranch
void loadingBranch(RepositoryId repositoryId, Branch branch, Long total)
-
loadingVersions
void loadingVersions(RepositoryId repositoryId)
-
loadingCommits
void loadingCommits(RepositoryId repositoryId)
-
entryLoaded
void entryLoaded()
-
-