|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingSubscriber
Subscriber of Binding
s from one or more BindingPublisher
s.
Method Summary | ||
---|---|---|
|
add(com.google.inject.Binding<T> binding,
int rank)
Adds the given ranked Binding to this subscriber. |
|
void |
clear()
Removes all known Binding s 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()
Binding
s from this subscriber.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |