Klasse AfterEveryMediator
java.lang.Object
ch.nolix.core.programcontrol.sequencer.AfterEveryMediator
A
AfterEveryMediator
is not mutable.- Version:
- 2017-01-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Lets the currentAfterEveryMediator
run the given job.runInBackground
(Runnable job) Lets the currentAfterEveryMediator
run the given job in background.
-
Methodendetails
-
run
Lets the currentAfterEveryMediator
run the given job.- Parameter:
job
-
-
runInBackground
Lets the currentAfterEveryMediator
run the given job in background.- Parameter:
job
-- Gibt zurück:
- a new
Future
. - Löst aus:
ArgumentIsNullException
- if the given job is null.
-