|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the key type for the observed cacheV
- the value type for the observed cachepublic interface CacheEventListener<K,V>
Definition of the contract for implementing listeners to receive CacheEvent
s from a
Cache
.
Method Summary | |
---|---|
void |
onEvent(CacheEvent<K,V> event)
Invoked on CacheEvent firing. |
Method Detail |
---|
void onEvent(CacheEvent<K,V> event)
CacheEvent
firing.
This method is invoked according to the EventOrdering
, EventFiring
and
EventType
requirements provided at listener registration time.
Any exception thrown from this listener will be swallowed and logged but will not prevent other listeners to run.
event
- the actual CacheEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |