K
- the key type of the mappingsV
- the value type of the mappingspublic interface StoreEventListener<K,V>
StoreEventSource
to get notified of events happening to mappings the
Store
contains.
Implementations of this class are expected to work in combination with an implementation of
StoreEventDispatcher
.
Modifier and Type | Method and Description |
---|---|
void |
onEvent(StoreEvent<K,V> event)
Invoked on any
StoreEvent . |
void onEvent(StoreEvent<K,V> event)
StoreEvent
.event
- the actual StoreEvent