Uses of Interface
com.google.inject.spi.TypeListener
Packages that use TypeListener
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice service provider interface
-
Uses of TypeListener in com.google.inject
Methods in com.google.inject with parameters of type TypeListenerModifier and TypeMethodDescriptionprotected 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
Methods in com.google.inject.spi that return TypeListenerModifier and TypeMethodDescriptionTypeListenerBinding.getListener()
Returns the registered listener.