Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ListenerCallQueue.Callback.enqueueOn(java.lang.Iterable<ListenerCallQueue<L>> queues)
Helper method to add this callback to all the queues.
|