public final class Progress
Class that logs at level INFO every update received (if any).
Progress()
final Unit
update(Float progress, String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Unit update(Float progress, String message)
Send a new progress update. The progress value should be in the range 0.0 - 100.0, and the message value is an optional text message that can be displayed to the user.