Uses of Class
com.google.common.util.concurrent.ServiceManager.Listener
- 
Packages that use ServiceManager.Listener Package Description com.google.common.util.concurrent Concurrency utilities. - 
- 
Uses of ServiceManager.Listener in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with parameters of type ServiceManager.Listener Modifier and Type Method Description voidServiceManager. addListener(ServiceManager.Listener listener, Executor executor)Registers aServiceManager.Listenerto be executed on the given executor. 
 -