Uses of Interface
com.google.inject.spi.TypeListener
-
Packages that use TypeListener Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.spi Guice service provider interface -
-
Uses of TypeListener in com.google.inject
Methods in com.google.inject with parameters of type TypeListener Modifier and Type Method Description protected voidAbstractModule. bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener)voidBinder. bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener)Registers a listener for injectable types.protected voidPrivateModule. bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener) -
Uses of TypeListener in com.google.inject.spi
Fields in com.google.inject.spi declared as TypeListener Modifier and Type Field Description private TypeListenerTypeListenerBinding. listenerMethods in com.google.inject.spi that return TypeListener Modifier and Type Method Description TypeListenerTypeListenerBinding. getListener()Returns the registered listener.Methods in com.google.inject.spi with parameters of type TypeListener Modifier and Type Method Description voidElements.RecordingBinder. bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener)Constructors in com.google.inject.spi with parameters of type TypeListener Constructor Description TypeListenerBinding(java.lang.Object source, TypeListener listener, Matcher<? super TypeLiteral<?>> typeMatcher)
-