Package com.complexible.common.base
Class Progress.Default
- java.lang.Object
-
- com.complexible.common.base.Progress.Default
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.complexible.common.base.Progress
Progress.Default
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcurrent()Returns the current progress valuelongmaxProgress()Returns the maximum progress value for this monitorjava.lang.Stringstage()Returns the current stage of the process, or null if none.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.complexible.common.base.Progress
hasProgress
-
-
-
-
Method Detail
-
maxProgress
public long maxProgress()
Description copied from interface:ProgressReturns the maximum progress value for this monitor- Specified by:
maxProgressin interfaceProgress
-
current
public long current()
Description copied from interface:ProgressReturns the current progress value
-
-