Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
private TypeListener |
TypeListenerBinding.listener |
Modifier and Type | Method and Description |
---|---|
TypeListener |
TypeListenerBinding.getListener()
Returns the registered listener.
|
Modifier and Type | Method and Description |
---|---|
void |
Elements.RecordingBinder.bindListener(Matcher<? super TypeLiteral<?>> typeMatcher,
TypeListener listener) |
Constructor and Description |
---|
TypeListenerBinding(java.lang.Object source,
TypeListener listener,
Matcher<? super TypeLiteral<?>> typeMatcher) |