|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface NodeEvicted
This annotation should be used on methods that need to be notified when a node is evicted.
Methods annotated with this annotation should be public and take in a single parameter, aNodeEvictedEvent
otherwise an IncorrectCacheListenerException will be thrown when registering
your cache listener.
CacheListener,
NodeLoaded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||