Class ProgressDistributable.Default<CONTEXT>
- java.lang.Object
- 
- org.eclipse.net4j.util.om.monitor.ProgressDistributable.Default<CONTEXT>
 
- 
- All Implemented Interfaces:
- ProgressDistributable<CONTEXT>
 - Enclosing interface:
- ProgressDistributable<CONTEXT>
 
 public abstract static class ProgressDistributable.Default<CONTEXT> extends java.lang.Object implements ProgressDistributable<CONTEXT> - Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.om.monitor.ProgressDistributableProgressDistributable.Default<CONTEXT>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLoopCount(CONTEXT context)doublegetLoopWork(CONTEXT context)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.net4j.util.om.monitor.ProgressDistributablerunLoop
 
- 
 
- 
- 
- 
Method Detail- 
getLoopCountpublic int getLoopCount(CONTEXT context) - Specified by:
- getLoopCountin interface- ProgressDistributable<CONTEXT>
 
 - 
getLoopWorkpublic double getLoopWork(CONTEXT context) - Specified by:
- getLoopWorkin interface- ProgressDistributable<CONTEXT>
 
 
- 
 
-