Uses of Class
com.google.common.util.concurrent.ServiceManager.Listener
Packages that use ServiceManager.Listener
-
Uses of ServiceManager.Listener in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent with type parameters of type ServiceManager.ListenerModifier and TypeFieldDescriptionprivate static final ListenerCallQueue.Event<ServiceManager.Listener> ServiceManager.HEALTHY_EVENT(package private) final ListenerCallQueue<ServiceManager.Listener> ServiceManager.ServiceManagerState.listenersThe listeners to notify during a state transition.private static final ListenerCallQueue.Event<ServiceManager.Listener> ServiceManager.STOPPED_EVENTMethods in com.google.common.util.concurrent with parameters of type ServiceManager.ListenerModifier and TypeMethodDescriptionvoidServiceManager.addListener(ServiceManager.Listener listener, Executor executor) Registers aServiceManager.Listenerto be executed on the given executor.(package private) voidServiceManager.ServiceManagerState.addListener(ServiceManager.Listener listener, Executor executor)