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 TypMethodeBeschreibungvoidLets the currentAfterEveryMediatorrun the given job.runInBackground(Runnable job) Lets the currentAfterEveryMediatorrun the given job in background.
-
Methodendetails
-
run
Lets the currentAfterEveryMediatorrun the given job.- Parameter:
job-
-
runInBackground
Lets the currentAfterEveryMediatorrun the given job in background.- Parameter:
job-- Gibt zurück:
- a new
Future. - Löst aus:
ArgumentIsNullException- if the given job is null.
-