|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEntryVisitedEvent | |
---|---|
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 CacheEntryVisitedEvent in org.infinispan.cdi.event.cache |
---|
Fields in org.infinispan.cdi.event.cache declared as CacheEntryVisitedEvent | |
---|---|
static CacheEntryVisitedEvent<?,?> |
CacheEntryVisitedAdapter.EMPTY
|
Fields in org.infinispan.cdi.event.cache with type parameters of type CacheEntryVisitedEvent | |
---|---|
static javax.enterprise.util.TypeLiteral<CacheEntryVisitedEvent<?,?>> |
CacheEntryVisitedAdapter.WILDCARD_TYPE
|
Methods in org.infinispan.cdi.event.cache with parameters of type CacheEntryVisitedEvent | |
---|---|
void |
CacheEntryVisitedAdapter.fire(CacheEntryVisitedEvent<K,V> payload)
|
Constructor parameters in org.infinispan.cdi.event.cache with type arguments of type CacheEntryVisitedEvent | |
---|---|
CacheEntryVisitedAdapter(javax.enterprise.event.Event<CacheEntryVisitedEvent<K,V>> event)
|
Uses of CacheEntryVisitedEvent in org.infinispan.notifications.cachelistener.event |
---|
Classes in org.infinispan.notifications.cachelistener.event that implement CacheEntryVisitedEvent | |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types. |
|
--> |