Interface ProgressDistributable<CONTEXT>
- 
- All Known Implementing Classes:
- ProgressDistributable.Default
 
 public interface ProgressDistributable<CONTEXT>- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classProgressDistributable.Default<CONTEXT>
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLoopCount(CONTEXT context)doublegetLoopWork(CONTEXT context)voidrunLoop(int index, CONTEXT context, OMMonitor monitor)
 
-