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

Packages that use CacheEntryActivatedEvent
org.infinispan.cdi.event.cache This package contains the adapters making the bridge between Infinispan cache events and CDI. 
org.infinispan.notifications.cachelistener.event   
 

Uses of CacheEntryActivatedEvent in org.infinispan.cdi.event.cache
 

Fields in org.infinispan.cdi.event.cache declared as CacheEntryActivatedEvent
static CacheEntryActivatedEvent<?,?> CacheEntryActivatedAdapter.EMPTY
           
 

Fields in org.infinispan.cdi.event.cache with type parameters of type CacheEntryActivatedEvent
static javax.enterprise.util.TypeLiteral<CacheEntryActivatedEvent<?,?>> CacheEntryActivatedAdapter.WILDCARD_TYPE
           
 

Methods in org.infinispan.cdi.event.cache with parameters of type CacheEntryActivatedEvent
 void CacheEntryActivatedAdapter.fire(CacheEntryActivatedEvent<K,V> payload)
           
 

Constructor parameters in org.infinispan.cdi.event.cache with type arguments of type CacheEntryActivatedEvent
CacheEntryActivatedAdapter(javax.enterprise.event.Event<CacheEntryActivatedEvent<K,V>> event)
           
 

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

Classes in org.infinispan.notifications.cachelistener.event that implement CacheEntryActivatedEvent
 class EventImpl<K,V>
          Basic implementation of an event that covers all event types.
 


-->

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