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 TypMethodeBeschreibungvoid
Lets the currentIAfterEveryMediator
run the given job.runInBackground
(Runnable job) Lets the currentIAfterEveryMediator
run the given job asynchronously in the background.
-
Methodendetails
-
run
Lets the currentIAfterEveryMediator
run the given job.- Angegeben von:
run
in SchnittstelleIAfterEveryMediator
- Parameter:
job
-
-
runInBackground
Lets the currentIAfterEveryMediator
run the given job asynchronously in the background.- Angegeben von:
runInBackground
in SchnittstelleIAfterEveryMediator
- Parameter:
job
-- Gibt zurück:
- a new
IFuture
.
-