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 voidServiceLocatorFactory.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 voidServiceLocatorFactory.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
Methods in org.glassfish.hk2.internal with parameters of type ServiceLocatorListenerModifier and TypeMethodDescriptionvoidServiceLocatorFactoryImpl.addListener(ServiceLocatorListener listener) voidServiceLocatorFactoryImpl.removeListener(ServiceLocatorListener listener)