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 void
AbstractModule. bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener)
void
Binder. bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener)
Registers a listener for injectable types.protected void
PrivateModule. 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 TypeListener
TypeListenerBinding. listener
Methods in com.google.inject.spi that return TypeListener Modifier and Type Method Description TypeListener
TypeListenerBinding. getListener()
Returns the registered listener.Methods in com.google.inject.spi with parameters of type TypeListener Modifier and Type Method Description void
Elements.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)
-