|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingSubscriber
Subscriber of Bindings from one or more BindingPublishers.
| Method Summary | ||
|---|---|---|
|
add(com.google.inject.Binding<T> binding,
int rank)
Adds the given ranked Binding to this subscriber. |
|
void |
clear()
Removes all known Bindings from this subscriber. |
|
|
remove(com.google.inject.Binding<T> binding)
Removes the given Binding from this subscriber. |
|
| Method Detail |
|---|
<T> void add(com.google.inject.Binding<T> binding,
int rank)
Binding to this subscriber.
binding - The new bindingrank - The assigned rank<T> void remove(com.google.inject.Binding<T> binding)
Binding from this subscriber.
binding - The old bindingvoid clear()
Bindings from this subscriber.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||