Interface OMMonitorProgress
- 
- All Known Subinterfaces:
- OMMonitor
 - All Known Implementing Classes:
- AbstractMonitor,- DelegatingMonitor,- EclipseMonitor,- Monitor,- NestedMonitor,- NotifyingMonitor,- NotifyingMonitor.ProgressEvent,- TimeoutMonitor
 
 public interface OMMonitorProgress- Since:
- 3.1
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetTotalWork()doublegetWork()doublegetWorkPercent()
 
- 
- 
- 
Field Detail- 
ZEROstatic final double ZERO - See Also:
- Constant Field Values
 
 - 
ONEstatic final double ONE - See Also:
- Constant Field Values
 
 - 
TENstatic final double TEN - See Also:
- Constant Field Values
 
 - 
HUNDREDstatic final double HUNDRED - See Also:
- Constant Field Values
 
 
- 
 
-