public interface KeyValueWatcher
Modifier and Type | Method and Description |
---|---|
void |
endOfData()
Called once if there is no data when the watch is created
or if there is data, the first time the watch exhausts all existing data.
|
void |
watch(KeyValueEntry kve)
Called when a key has been updated
|
void watch(KeyValueEntry kve)
kve
- The entry for the updated keyvoid endOfData()