K - key typeV - value typepublic interface WatchedIndexListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onAdded(K key,
V value)
Called whenever a value has been added to the index.
|
void |
onRemoved(K key,
V value)
Called whenever a value has been removed from the index.
|