Uses of Interface
com.google.common.util.concurrent.ListenableScheduledFuture
Packages that use ListenableScheduledFuture
-
Uses of ListenableScheduledFuture in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ListenableScheduledFutureModifier and TypeMethodDescription<V extends @Nullable Object>
ListenableScheduledFuture<V> ListeningScheduledExecutorService.scheduleAtFixedRate
(Runnable command, long initialDelay, long period, TimeUnit unit) ListeningScheduledExecutorService.scheduleWithFixedDelay
(Runnable command, long initialDelay, long delay, TimeUnit unit)