Uses of Interface
com.google.inject.spi.InjectionListener
Packages that use InjectionListener
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of InjectionListener in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type InjectionListenerModifier and TypeFieldDescriptionprivate List<InjectionListener<? super T>>EncounterImpl.injectionListenersprivate final com.google.common.collect.ImmutableList<InjectionListener<? super T>>MembersInjectorImpl.injectionListenersMethods in com.google.inject.internal that return types with arguments of type InjectionListenerModifier and TypeMethodDescription(package private) com.google.common.collect.ImmutableSet<InjectionListener<? super T>>EncounterImpl.getInjectionListeners()Methods in com.google.inject.internal with parameters of type InjectionListenerModifier and TypeMethodDescriptionstatic InternalProvisionExceptionInternalProvisionException.errorNotifyingInjectionListener(InjectionListener<?> listener, TypeLiteral<?> type, RuntimeException cause) voidEncounterImpl.register(InjectionListener<? super T> injectionListener) -
Uses of InjectionListener in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type InjectionListenerModifier and TypeMethodDescriptionvoidTypeEncounter.register(InjectionListener<? super I> listener) Registers an injection listener for typeI.