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
Fields in com.google.common.util.concurrent with type parameters of type ServiceManager.Listener Modifier and Type Field Description private static ListenerCallQueue.Event<ServiceManager.Listener>
ServiceManager. HEALTHY_EVENT
(package private) ListenerCallQueue<ServiceManager.Listener>
ServiceManager.ServiceManagerState. listeners
The listeners to notify during a state transition.private static ListenerCallQueue.Event<ServiceManager.Listener>
ServiceManager. STOPPED_EVENT
Methods in com.google.common.util.concurrent with parameters of type ServiceManager.Listener Modifier and Type Method Description void
ServiceManager. addListener(ServiceManager.Listener listener, java.util.concurrent.Executor executor)
Registers aServiceManager.Listener
to be executed on the given executor.(package private) void
ServiceManager.ServiceManagerState. addListener(ServiceManager.Listener listener, java.util.concurrent.Executor executor)
-