Searched refs:InjectionListener (Results 1 – 6 of 6) sorted by relevance
30 import com.google.inject.spi.InjectionListener;63 final InjectionListener<Object> failingInjectionListener = new InjectionListener<Object>() {109 final InjectionListener<Object> injectionListener = new InjectionListener<Object>() { in testInstallingInjectionListener()309 final InjectionListener<A> listener = new InjectionListener<A>() {322 encounter.register((InjectionListener) listener);366 final InjectionListener<Object> lookupsTester = new InjectionListener<Object>() {439 final InjectionListener<D> injectionListener = new InjectionListener<D>() {453 encounter.register((InjectionListener) injectionListener);568 encounter.register(new InjectionListener<Object>() {639 private static class CountingInjectionListener implements InjectionListener<D> {[all …]
30 import com.google.inject.spi.InjectionListener;45 private List<InjectionListener<? super T>> injectionListeners; // lazy86 ImmutableSet<InjectionListener<? super T>> getInjectionListeners() { in getInjectionListeners()88 ? ImmutableSet.<InjectionListener<? super T>>of() in getInjectionListeners()102 public void register(InjectionListener<? super T> injectionListener) { in register()
25 import com.google.inject.spi.InjectionListener;38 private final ImmutableSet<InjectionListener<? super T>> injectionListeners;117 for (InjectionListener<? super T> injectionListener : injectionListeners) { in notifyListeners()
39 import com.google.inject.spi.InjectionListener;386 InjectionListener<?> listener, TypeLiteral<?> type, RuntimeException cause) { in errorNotifyingInjectionListener()
27 public interface InjectionListener<I> { interface
102 void register(InjectionListener<? super I> listener); in register()