Schnittstelle OMMonitor.Async
- Alle bekannten Unterschnittstellen:
OMMonitor.AsyncMonitor
- Alle bekannten Implementierungsklassen:
AbstractMonitor.AsyncTimerTask
- Umschließende Schnittstelle:
OMMonitor
public static interface OMMonitor.Async
- Seit:
- 2.0
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic booleanstatic booleanSame as callingexec(monitor, ONE, runnable).static OMMonitor.AsyncMonitorSame as callingfork(monitor, ONE).static OMMonitor.AsyncMonitorvoidstop()
-
Methodendetails
-
stop
void stop() -
fork
- Seit:
- 3.21
-
fork
Same as callingfork(monitor, ONE).- Seit:
- 3.21
-
exec
- Seit:
- 3.21
-
exec
Same as callingexec(monitor, ONE, runnable).- Seit:
- 3.21
-