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

Packages that use ListeningScheduledExecutorService
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of ListeningScheduledExecutorService in com.google.common.util.concurrent
 

Methods in com.google.common.util.concurrent that return ListeningScheduledExecutorService
static ListeningScheduledExecutorService MoreExecutors.listeningDecorator(ScheduledExecutorService delegate)
          Creates a ScheduledExecutorService whose submit and invokeAll methods submit ListenableFutureTask instances to the given delegate executor.
 



Copyright © 2010-2012. All Rights Reserved.