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