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 Object
implements ProgressDistributable<CONTEXT>
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.om.monitor.ProgressDistributable
ProgressDistributable.Default<CONTEXT>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getLoopCount
(CONTEXT context) double
getLoopWork
(CONTEXT context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.net4j.util.om.monitor.ProgressDistributable
runLoop
-
Constructor Details
-
Default
public Default() -
Default
public Default(int loopCount, double loopWork)
-
-
Method Details
-
getLoopCount
- Specified by:
getLoopCount
in interfaceProgressDistributable<CONTEXT>
-
getLoopWork
- Specified by:
getLoopWork
in interfaceProgressDistributable<CONTEXT>
-