|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingDistributor
Distributor of Binding
s retrieved from a series of BindingPublisher
s.
Method Summary | |
---|---|
void |
add(BindingPublisher publisher,
int rank)
Adds the given ranked BindingPublisher and distributes its Binding s. |
void |
clear()
Removes all known BindingPublisher s and their Binding s. |
void |
remove(BindingPublisher publisher)
Removes the given BindingPublisher and its Binding s. |
Method Detail |
---|
void add(BindingPublisher publisher, int rank)
BindingPublisher
and distributes its Binding
s.
publisher
- The new publisherrank
- The assigned rankvoid remove(BindingPublisher publisher)
BindingPublisher
and its Binding
s.
publisher
- The old publishervoid clear()
BindingPublisher
s and their Binding
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |