Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryEvent

Packages that use CacheEntryEvent
org.infinispan.notifications.cachelistener.event   
 

Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener.event
 

Subinterfaces of CacheEntryEvent in org.infinispan.notifications.cachelistener.event
 interface CacheEntryActivatedEvent
          This event is passed in to any method annotated with CacheEntryActivated.
 interface CacheEntryCreatedEvent
          This event is passed in to any method annotated with CacheEntryCreated.
 interface CacheEntryEvictedEvent
          This event is passed in to any method annotated with CacheEntryEvicted.
 interface CacheEntryInvalidatedEvent
          Notifies a listener of an invalidation event
 interface CacheEntryLoadedEvent
          This event is passed in to any method annotated with CacheEntryLoaded.
 interface CacheEntryModifiedEvent
          This event is passed in to any method annotated with CacheEntryModified
 interface CacheEntryPassivatedEvent
          This event is passed in to any method annotated with CacheEntryPassivated.
 interface CacheEntryRemovedEvent
          This event is passed in to any method annotated with CacheEntryRemoved.
 interface CacheEntryVisitedEvent
          This event is passed in to any method annotated with CacheEntryVisited.
 

Classes in org.infinispan.notifications.cachelistener.event that implement CacheEntryEvent
 class EventImpl
          Basic implementation of an event that covers all event types.
 


Google Analytics

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