org.infinispan.notifications.cachelistener.event
Interface CacheEntryInvalidatedEvent

All Superinterfaces:
CacheEntryEvent, Event, TransactionalEvent
All Known Implementing Classes:
EventImpl

public interface CacheEntryInvalidatedEvent
extends CacheEntryEvent

Notifies a listener of an invalidation event

Since:
4.0
Author:
Manik Surtani (manik@jboss.org)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
 
Method Summary
 
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
 



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