org.infinispan.notifications.cachelistener.event
Interface CacheEntryInvalidatedEvent<K,V>

All Superinterfaces:
CacheEntryEvent<K,V>, Event<K,V>, TransactionalEvent<K,V>
All Known Implementing Classes:
EventImpl

public interface CacheEntryInvalidatedEvent<K,V>
extends CacheEntryEvent<K,V>

Notifies a listener of an invalidation event.

Since:
4.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
 
Method Summary
 V getValue()
          Retrieves the value of the entry being activated.
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
getKey
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
getGlobalTransaction, isOriginLocal
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event
getCache, getType, isPre
 

Method Detail

getValue

V getValue()
Retrieves the value of the entry being activated.

Returns:
the value of the invalidated entry

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.