Generated by
JDiff

Interface com.google.common.util.concurrent.ListeningScheduledExecutorService

Added Methods
ListenableScheduledFuture<?> schedule(Runnable, Duration) Duration-based overload of .schedule(Runnable, long, TimeUnit).
ListenableScheduledFuture<V> schedule(Callable<V>, Duration) Duration-based overload of .schedule(Callable, long, TimeUnit).
ListenableScheduledFuture<?> scheduleAtFixedRate(Runnable, Duration, Duration) Duration-based overload of .scheduleAtFixedRate(Runnable, long, long, TimeUnit).
ListenableScheduledFuture<?> scheduleWithFixedDelay(Runnable, Duration, Duration) Duration-based overload of .scheduleWithFixedDelay(Runnable, long, long, TimeUnit).