Generated by
JDiff

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

Changed Methods
ListenableScheduledFuture<?> scheduleAtFixedRate(Runnable, long, long, TimeUnit) Changed from non-abstract to abstract. @since 15.0 (previously returned ScheduledFuture)
ListenableScheduledFuture<?> scheduleWithFixedDelay(Runnable, long, long, TimeUnit) Changed from non-abstract to abstract. @since 15.0 (previously returned ScheduledFuture)
ListenableScheduledFuture<?> schedule(Runnable, long, TimeUnit) Changed from non-abstract to abstract. @since 15.0 (previously returned ScheduledFuture)
ListenableScheduledFuture<V> schedule(Callable<V>, long, TimeUnit) Changed from non-abstract to abstract. @since 15.0 (previously returned ScheduledFuture)