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(String message)
void
progress(int current, int total)
-
-
-
Method Detail
-
progress
void progress(int current, int total)
-
info
void info(String message)
-
-