org.eclipse.net4j.util.om.monitor
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
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Field Summary
static double HUNDRED
           
static double ONE
           
static double TEN
           
static double ZERO
           
 
Method Summary
 double getTotalWork()
           
 double getWork()
           
 double getWorkPercent()
           
 

Field Detail

ZERO

static final double ZERO
See Also:
Constant Field Values

ONE

static final double ONE
See Also:
Constant Field Values

TEN

static final double TEN
See Also:
Constant Field Values

HUNDRED

static final double HUNDRED
See Also:
Constant Field Values
Method Detail

getTotalWork

double getTotalWork()

getWork

double getWork()

getWorkPercent

double getWorkPercent()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.