Interface IAsSoonAsMediator
- All Known Implementing Classes:
AsSoonAsMediator
public interface IAsSoonAsMediator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionrunInBackground(Runnable job) Lets the currentIAsSoonAsMediatorrun the given job asynchronously in background.
-
Method Details
-
runInBackground
Lets the currentIAsSoonAsMediatorrun the given job asynchronously in background.- Parameters:
job-- Returns:
- a new
IFuture. - Throws:
RuntimeException- if the given job is null.
-