public interface Launch
Modifier and Type | Method and Description |
---|---|
long |
launch()
Launch with unknown total work.
|
long |
launch(long totalWork)
Launch with known total work.
|
long launch()
SubProgressObserver
wont be switched to determinate mode.ResultHandler.result(int, java.lang.Object, java.lang.Object)
long launch(long totalWork)
totalWork
- Total work units to pass to underlying
SubProgressObserver#switchToDeterminate(long)
. Expected to be the sum of completed work units
reported by ResultHandler.result(int, java.lang.Object, java.lang.Object)
calls.ResultHandler.result(int, java.lang.Object, java.lang.Object)