Uses of Interface
com.google.common.util.concurrent.ListenerCallQueue.Event
Packages that use ListenerCallQueue.Event
-
Uses of ListenerCallQueue.Event in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent declared as ListenerCallQueue.EventModifier and TypeFieldDescriptionprivate static final ListenerCallQueue.Event<ServiceManager.Listener> ServiceManager.HEALTHY_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.RUNNING_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.STARTING_EVENTprivate static final ListenerCallQueue.Event<ServiceManager.Listener> ServiceManager.STOPPED_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.STOPPING_FROM_RUNNING_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.STOPPING_FROM_STARTING_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.TERMINATED_FROM_NEW_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.TERMINATED_FROM_RUNNING_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.TERMINATED_FROM_STARTING_EVENTprivate static final ListenerCallQueue.Event<Service.Listener> AbstractService.TERMINATED_FROM_STOPPING_EVENTFields in com.google.common.util.concurrent with type parameters of type ListenerCallQueue.EventModifier and TypeFieldDescription(package private) final Queue<ListenerCallQueue.Event<L>> ListenerCallQueue.PerListenerQueue.waitQueueMethods in com.google.common.util.concurrent that return ListenerCallQueue.EventModifier and TypeMethodDescriptionprivate static ListenerCallQueue.Event<Service.Listener> AbstractService.stoppingEvent(Service.State from) private static ListenerCallQueue.Event<Service.Listener> AbstractService.terminatedEvent(Service.State from) Methods in com.google.common.util.concurrent with parameters of type ListenerCallQueue.EventModifier and TypeMethodDescription(package private) voidListenerCallQueue.PerListenerQueue.add(ListenerCallQueue.Event<L> event, Object label) Enqueues an event to be run.voidListenerCallQueue.enqueue(ListenerCallQueue.Event<L> event) Enqueues an event to be run on currently known listeners.voidListenerCallQueue.enqueue(ListenerCallQueue.Event<L> event, String label) Enqueues an event to be run on currently known listeners, with a label.private voidListenerCallQueue.enqueueHelper(ListenerCallQueue.Event<L> event, Object label)