org.eclipse.net4j.util.om.monitor
Interface OMMonitor
- All Superinterfaces:
- OMMonitorProgress
- All Known Implementing Classes:
- AbstractMonitor, DelegatingMonitor, EclipseMonitor, Monitor, NestedMonitor, NotifyingMonitor, TimeoutMonitor
- public interface OMMonitor
- extends OMMonitorProgress
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
THOUSAND
static final int THOUSAND
- Since:
- 2.0
- See Also:
- Constant Field Values
DEFAULT_TIME_FACTOR
static final double DEFAULT_TIME_FACTOR
- Since:
- 2.0
- See Also:
- Constant Field Values
isCanceled
boolean isCanceled()
- Since:
- 2.0
checkCanceled
void checkCanceled()
throws MonitorCanceledException
- Throws:
MonitorCanceledException
- Since:
- 2.0
hasBegun
boolean hasBegun()
throws MonitorCanceledException
- Throws:
MonitorCanceledException
- Since:
- 2.0
begin
OMMonitor begin(double totalWork)
throws MonitorCanceledException
- Throws:
MonitorCanceledException
- Since:
- 2.0
begin
OMMonitor begin()
throws MonitorCanceledException
- Same as calling
begin(ONE)
.
- Throws:
MonitorCanceledException
- Since:
- 2.0
worked
void worked(double work)
throws MonitorCanceledException
- Throws:
MonitorCanceledException
- Since:
- 2.0
worked
void worked()
throws MonitorCanceledException
- Same as calling
worked(ONE)
.
- Throws:
MonitorCanceledException
- Since:
- 2.0
fork
OMMonitor fork(double work)
- Since:
- 2.0
fork
OMMonitor fork()
- Same as calling
fork(ONE)
.
- Since:
- 2.0
forkAsync
OMMonitor.Async forkAsync(double work)
- Since:
- 2.0
forkAsync
OMMonitor.Async forkAsync()
- Same as calling
forkAsync(ONE)
.
- Since:
- 2.0
done
void done()
- Since:
- 2.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.