Interface BackgroundTaskRunner
-
- All Known Implementing Classes:
AbstractBackgroundTaskRunner,BackgroundStaticFieldTaskWithoutIocRunner,BackgroundStaticTaskWithoutIocRunner,BackgroundTaskWithIocRunner,BackgroundTaskWithoutIocRunner
public interface BackgroundTaskRunner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(Task task)booleansupports(Task task)
-