Uses of Interface
com.google.common.util.concurrent.ListenerCallQueue.Event
-
Packages that use ListenerCallQueue.Event Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ListenerCallQueue.Event in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent with type parameters of type ListenerCallQueue.Event Modifier and Type Field Description (package private) java.util.Queue<ListenerCallQueue.Event<L>>
ListenerCallQueue.PerListenerQueue. waitQueue
Methods in com.google.common.util.concurrent that return ListenerCallQueue.Event Modifier and Type Method Description private 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.Event Modifier and Type Method Description (package private) void
ListenerCallQueue.PerListenerQueue. add(ListenerCallQueue.Event<L> event, java.lang.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, java.lang.String label)
Enqueues an event to be run on currently known listeners, with a label.private void
ListenerCallQueue. enqueueHelper(ListenerCallQueue.Event<L> event, java.lang.Object label)
-