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