Uses of Interface
org.glassfish.hk2.api.ServiceLocatorListener
Packages that use ServiceLocatorListener
-
Uses of ServiceLocatorListener in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type ServiceLocatorListenerModifier and TypeMethodDescriptionabstract void
ServiceLocatorFactory.addListener
(ServiceLocatorListener listener) Adds a service listener to the unordered set of listeners that will be notified when named listeners are added or removed from the system.abstract void
ServiceLocatorFactory.removeListener
(ServiceLocatorListener listener) Removes a service listener from the set of listeners that are notified when named listeners are added or removed from the system -
Uses of ServiceLocatorListener in org.glassfish.hk2.internal
Fields in org.glassfish.hk2.internal with type parameters of type ServiceLocatorListenerModifier and TypeFieldDescriptionprivate final HashSet
<ServiceLocatorListener> ServiceLocatorFactoryImpl.listeners
Methods in org.glassfish.hk2.internal with parameters of type ServiceLocatorListenerModifier and TypeMethodDescriptionvoid
ServiceLocatorFactoryImpl.addListener
(ServiceLocatorListener listener) void
ServiceLocatorFactoryImpl.removeListener
(ServiceLocatorListener listener)