Package com.enonic.xp.task
Interface ProgressReporter
-
@PublicApi public interface ProgressReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
info(java.lang.String message)
void
progress(int current, int total)
-