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 void
AbstractExecutionThreadService. addListener(Service.Listener listener, Executor executor)
void
AbstractIdleService. addListener(Service.Listener listener, Executor executor)
void
AbstractScheduledService. addListener(Service.Listener listener, Executor executor)
void
AbstractService. addListener(Service.Listener listener, Executor executor)
void
Service. addListener(Service.Listener listener, Executor executor)
Registers aService.Listener
to be executed on the given executor.
-