Uses of Interface
org.glassfish.hk2.api.ServiceLocatorListener
-
Packages that use ServiceLocatorListener Package Description org.glassfish.hk2.api org.glassfish.hk2.internal -
-
Uses of ServiceLocatorListener in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type ServiceLocatorListener Modifier and Type Method Description abstract 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
Fields in org.glassfish.hk2.internal with type parameters of type ServiceLocatorListener Modifier and Type Field Description private java.util.HashSet<ServiceLocatorListener>ServiceLocatorFactoryImpl. listenersMethods in org.glassfish.hk2.internal with parameters of type ServiceLocatorListener Modifier and Type Method Description voidServiceLocatorFactoryImpl. addListener(ServiceLocatorListener listener)voidServiceLocatorFactoryImpl. removeListener(ServiceLocatorListener listener)
-