public interface ChangeListener<K extends java.lang.Comparable<K>>
Modifier and Type | Method and Description |
---|---|
void |
missedEvents() |
void |
onChange(K key,
ChangeType changeType)
This method will be called when a key is added or deleted, or when the record
against a key is mutated.
|
void onChange(K key, ChangeType changeType)
key
- the key affected by the changechangeType
- the type of operation that caused this eventvoid missedEvents()