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