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