Package com.enonic.xp.index
Interface ReindexListener
-
public interface ReindexListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
branch(RepositoryId repoId, Branch branch, long total)
void
branchEntry(NodeBranchEntry entry)
void
totalBranches(long total)
-
-
-
Method Detail
-
totalBranches
void totalBranches(long total)
-
branch
void branch(RepositoryId repoId, Branch branch, long total)
-
branchEntry
void branchEntry(NodeBranchEntry entry)
-
-