Klasse AsSoonAsMediator
java.lang.Object
ch.nolix.core.programcontrol.flowcontrol.AsSoonAsMediator
- Alle implementierten Schnittstellen:
IAsSoonAsMediator
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungrunInBackground(Runnable job) Lets the currentIAsSoonAsMediatorrun the given job asynchronously in background.static AsSoonAsMediatorwithCondition(BooleanSupplier condition)
-
Methodendetails
-
withCondition
- Parameter:
condition-- Gibt zurück:
- a new
AsSoonAsMediatorwith the given condition. - Löst aus:
ArgumentIsNullException- if the given condition is null.
-
runInBackground
Lets the currentIAsSoonAsMediatorrun the given job asynchronously in background.- Angegeben von:
runInBackgroundin SchnittstelleIAsSoonAsMediator- Parameter:
job-- Gibt zurück:
- a new
IFuture.
-