Klasse AfterEveryMediator
java.lang.Object
ch.nolix.core.programcontrol.flowcontrol.AfterEveryMediator
- Alle implementierten Schnittstellen:
IAfterEveryMediator
A
AfterEveryMediator is not mutable.- Version:
- 2017-01-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidLets the currentIAfterEveryMediatorrun the given job.runInBackground(Runnable job) Lets the currentIAfterEveryMediatorrun the given job asynchronously in the background.
-
Methodendetails
-
run
Lets the currentIAfterEveryMediatorrun the given job.- Angegeben von:
runin SchnittstelleIAfterEveryMediator- Parameter:
job-
-
runInBackground
Lets the currentIAfterEveryMediatorrun the given job asynchronously in the background.- Angegeben von:
runInBackgroundin SchnittstelleIAfterEveryMediator- Parameter:
job-- Gibt zurück:
- a new
IFuture.
-