Schnittstelle OMMonitor
- Alle Superschnittstellen:
OMMonitorProgress
- Alle bekannten Implementierungsklassen:
AbstractMonitor,DelegatingMonitor,EclipseMonitor,Monitor,NestedMonitor,NotifyingMonitor,TimeoutMonitor
- Autor:
- 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.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final doublestatic final intVon Schnittstelle geerbte Felder org.eclipse.net4j.util.om.monitor.OMMonitorProgress
HUNDRED, ONE, TEN, ZERO -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbegin()Same as callingbegin(ONE).begin(double totalWork) voidvoiddone()fork()Same as callingfork(ONE).fork(double work) Same as callingforkAsync(ONE).forkAsync(double work) booleanhasBegun()booleanvoidworked()Same as callingworked(ONE).voidworked(double work) Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.om.monitor.OMMonitorProgress
getTotalWork, getWork, getWorkPercent
-
Felddetails
-
THOUSAND
static final int THOUSAND- Seit:
- 2.0
- Siehe auch:
-
DEFAULT_TIME_FACTOR
static final double DEFAULT_TIME_FACTOR- Seit:
- 2.0
- Siehe auch:
-
-
Methodendetails
-
isCanceled
boolean isCanceled()- Seit:
- 2.0
-
checkCanceled
- Löst aus:
MonitorCanceledException- Seit:
- 2.0
-
hasBegun
- Löst aus:
MonitorCanceledException- Seit:
- 2.0
-
begin
- Löst aus:
MonitorCanceledException- Seit:
- 2.0
-
begin
Same as callingbegin(ONE).- Löst aus:
MonitorCanceledException- Seit:
- 2.0
-
worked
- Löst aus:
MonitorCanceledException- Seit:
- 2.0
-
worked
Same as callingworked(ONE).- Löst aus:
MonitorCanceledException- Seit:
- 2.0
-
fork
- Seit:
- 2.0
-
fork
OMMonitor fork()Same as callingfork(ONE).- Seit:
- 2.0
-
forkAsync
- Seit:
- 2.0
-
forkAsync
OMMonitor.Async forkAsync()Same as callingforkAsync(ONE).- Seit:
- 2.0
-
done
void done()- Seit:
- 2.0
-