|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the key type of the mappingsV
- the value type of the mappingspublic interface StoreEventListener<K,V>
Interface used by a Store to notify of events happening to mappings it contains.
Implementations of this class are expected to work in combination with an implementation ofStoreEventDispatcher
.
Method Summary | |
---|---|
void |
onEvent(StoreEvent<K,V> event)
Invoked on any StoreEvent . |
Method Detail |
---|
void onEvent(StoreEvent<K,V> event)
StoreEvent
.
event
- the actual StoreEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |