|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBinder
A IBinder is passed as an argument to modules. Modules use
the binder to create bindings.
| Nested Class Summary | |
|---|---|
static interface |
IBinder.IInjectionListener
|
static interface |
IBinder.IInjectionParticipator
|
static interface |
IBinder.IInjectorBuildListener
|
| Method Summary | ||
|---|---|---|
boolean |
add(IBinder.IInjectionListener pListener)
|
|
boolean |
add(IBinder.IInjectionParticipator pParticipator)
|
|
boolean |
add(IBinder.IInjectorBuildListener pListener)
|
|
|
bind(Class<T> pType)
|
|
|
bind(Class<T> pType,
String pName)
|
|
|
bind(IKey<T> pKey)
|
|
| Method Detail |
|---|
<T> IAnnotatedBindingBuilder<T> bind(Class<T> pType)
<T> IAnnotatedBindingBuilder<T> bind(Class<T> pType,
String pName)
<T> ILinkedBindingBuilder<T> bind(IKey<T> pKey)
boolean add(IBinder.IInjectionListener pListener)
boolean add(IBinder.IInjectorBuildListener pListener)
boolean add(IBinder.IInjectionParticipator pParticipator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||