Uses of Class
com.google.common.util.concurrent.ListenerCallQueue
-
Packages that use ListenerCallQueue Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ListenerCallQueue in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent with type parameters of type ListenerCallQueue Modifier and Type Field Description private java.util.List<ListenerCallQueue<Service.Listener>>
AbstractService. listeners
The listeners to notify during a state transition.(package private) java.util.List<ListenerCallQueue<ServiceManager.Listener>>
ServiceManager.ServiceManagerState. listeners
The listeners to notify during a state transition.Method parameters in com.google.common.util.concurrent with type arguments of type ListenerCallQueue Modifier and Type Method Description (package private) void
ListenerCallQueue.Callback. enqueueOn(java.lang.Iterable<ListenerCallQueue<L>> queues)
Helper method to add this callback to all the queues.
-