Schnittstelle IAsSoonAsMediator
- Alle bekannten Implementierungsklassen:
AsSoonAsMediator
public interface IAsSoonAsMediator
- Version:
- 2025-02-13
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungrunInBackground
(Runnable job) Lets the currentIAsSoonAsMediator
run the given job asynchronously in background.
-
Methodendetails
-
runInBackground
Lets the currentIAsSoonAsMediator
run the given job asynchronously in background.- Parameter:
job
-- Gibt zurück:
- a new
IFuture
. - Löst aus:
RuntimeException
- if the given job is null.
-