public interface Mediator<Q extends Annotation,T,W>
BeanLocator
to associated watching objects.Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.