Package com.complexible.common.base
Interface Progress
-
- All Known Subinterfaces:
ProgressReporter
- All Known Implementing Classes:
Progress.Default,ProgressMonitor,ProgressMonitor.DelegatingProgressMonitor,ProgressMonitor.ReportingProgressMonitor
public interface ProgressRead-Only interface for progress info.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProgress.DefaultImmutable default implementation of a progress
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longcurrent()Returns the current progress valuedefault booleanhasProgress()longmaxProgress()Returns the maximum progress value for this monitorjava.lang.Stringstage()Returns the current stage of the process, or null if none.
-