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