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 long
current()
Returns the current progress valuelong
maxProgress()
Returns the maximum progress value for this monitorjava.lang.String
stage()
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:Progress
Returns the maximum progress value for this monitor- Specified by:
maxProgress
in interfaceProgress
-
current
public long current()
Description copied from interface:Progress
Returns the current progress value
-
-