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. listenersThe listeners to notify during a state transition.(package private) java.util.List<ListenerCallQueue<ServiceManager.Listener>>ServiceManager.ServiceManagerState. listenersThe 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) voidListenerCallQueue.Callback. enqueueOn(java.lang.Iterable<ListenerCallQueue<L>> queues)Helper method to add this callback to all the queues.
-