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
Methods in com.google.inject.spi that return TypeListener Modifier and Type Method Description TypeListenerTypeListenerBinding. getListener()Returns the registered listener.
-