|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mediator<Q extends Annotation,T,W>
Mediates bean entries sent from the BeanLocator to associated watching objects.
| Method Summary | |
|---|---|
void |
add(BeanEntry<Q,T> entry,
W watcher)
Processes the added BeanEntry and sends the necessary updates to the watcher. |
void |
remove(BeanEntry<Q,T> entry,
W watcher)
Processes the removed BeanEntry and sends the necessary updates to the watcher. |
| Method Detail |
|---|
void add(BeanEntry<Q,T> entry,
W watcher)
throws Exception
BeanEntry and sends the necessary updates to the watcher.
entry - The added bean entrywatcher - The watching object
Exception
void remove(BeanEntry<Q,T> entry,
W watcher)
throws Exception
BeanEntry and sends the necessary updates to the watcher.
entry - The removed bean entrywatcher - The watching object
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||