-
- All Implemented Interfaces:
public interface PollingScheduler
-
-
Method Summary
Modifier and Type Method Description abstract UnitstartPolling(Double delay, Boolean resetInterval, Function0<Unit> task)abstract UnitstopPolling()abstract BooleanisPolling()abstract UnitonFetchFinish()-
-
Method Detail
-
startPolling
abstract Unit startPolling(Double delay, Boolean resetInterval, Function0<Unit> task)
-
stopPolling
abstract Unit stopPolling()
-
onFetchFinish
abstract Unit onFetchFinish()
-
-
-
-