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_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.RUNNING_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.STARTING_EVENT
private static final ListenerCallQueue.Event<ServiceManager.Listener>
ServiceManager.STOPPED_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.STOPPING_FROM_RUNNING_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.STOPPING_FROM_STARTING_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.TERMINATED_FROM_NEW_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.TERMINATED_FROM_RUNNING_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.TERMINATED_FROM_STARTING_EVENT
private static final ListenerCallQueue.Event<Service.Listener>
AbstractService.TERMINATED_FROM_STOPPING_EVENT
Fields in com.google.common.util.concurrent with type parameters of type ListenerCallQueue.EventModifier and TypeFieldDescription(package private) final Queue<ListenerCallQueue.Event<L>>
ListenerCallQueue.PerListenerQueue.waitQueue
Methods 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) void
ListenerCallQueue.PerListenerQueue.add
(ListenerCallQueue.Event<L> event, Object label) Enqueues a event to be run.void
ListenerCallQueue.enqueue
(ListenerCallQueue.Event<L> event) Enqueues an event to be run on currently known listeners.void
ListenerCallQueue.enqueue
(ListenerCallQueue.Event<L> event, String label) Enqueues an event to be run on currently known listeners, with a label.private void
ListenerCallQueue.enqueueHelper
(ListenerCallQueue.Event<L> event, Object label)