|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mediator<Q extends java.lang.annotation.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 java.lang.Exception
BeanEntry
and sends the necessary updates to the watcher.
entry
- The added bean entrywatcher
- The watching object
java.lang.Exception
void remove(BeanEntry<Q,T> entry, W watcher) throws java.lang.Exception
BeanEntry
and sends the necessary updates to the watcher.
entry
- The removed bean entrywatcher
- The watching object
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |