Interface ProgressCapable
-
- All Known Implementing Classes:
AtomicInput
public interface ProgressCapableAny type that implements this interface can provide a double indicating relative progress.
-
-
Method Summary
Modifier and Type Method Description doublegetProgress()java.lang.StringgetProgressDetails()doublegetTotal()
-