Package org.cyclos.impl.utils.tasks
Interface PollingTaskHandler
-
- All Known Subinterfaces:
PollingTaskHandlerImplementor
- All Known Implementing Classes:
PollingTaskHandlerImpl
public interface PollingTaskHandlerHandles thePollingTasks lifecycle, as well as allows some control over them
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscheduleAwake(Class<? extends PollingTask> pollingTaskType)Schedules an awake for thePollingTaskof the given type after the current invocation ends
-
-
-
Method Detail
-
scheduleAwake
void scheduleAwake(Class<? extends PollingTask> pollingTaskType)
Schedules an awake for thePollingTaskof the given type after the current invocation ends
-
-