Interface IProgressPrinter
-
public interface IProgressPrinterClass to help printing to console or gui.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddone()Finishes the progress.voidpublish(ProgressUpdate update)Publish a new progress update to the monitor.
-
-
-
Method Detail
-
publish
void publish(ProgressUpdate update)
Publish a new progress update to the monitor.- Parameters:
update- the update object.
-
done
void done()
Finishes the progress.
-
-