Package com.enonic.xp.dump
Interface SystemDumpListener
-
public interface SystemDumpListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dumpingBranch(RepositoryId repositoryId, Branch branch, long total)
void
nodeDumped()
void
totalBranches(long total)
-
-
-
Method Detail
-
totalBranches
void totalBranches(long total)
-
dumpingBranch
void dumpingBranch(RepositoryId repositoryId, Branch branch, long total)
-
nodeDumped
void nodeDumped()
-
-