Generated by
JDiff

Class com.google.common.util.concurrent.ServiceManager

Added interface com.google.common.util.concurrent.ServiceManagerBridge.

Changed Methods
ImmutableSetMultimap<State, Service> servicesByState() Change in return type from (ImmutableMultimap<State, Service>) to (ImmutableSetMultimap<State, Service>).
Provides a snapshot of the current state of all the services under management.
void addListener(Listener) Now deprecated.
Use {@linkplain #addListener(Listener, Executor) the overload that accepts an executor}.