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