Class CacheEntryModifiedAdapter<K,V>
java.lang.Object
org.infinispan.cdi.embedded.event.cache.AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<K,V>>
org.infinispan.cdi.embedded.event.cache.CacheEntryModifiedAdapter<K,V>
public class CacheEntryModifiedAdapter<K,V>
extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<K,V>>
Event bridge for
CacheEntryModified.- Author:
- Pete Muir, Sebastian Laskawiec
- See Also:
-
ListenerCacheEntryModified
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<?,?> Needed for creating event bridge.static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<?,?>> Events which will be selected (including generic type information (<?, ?>). -
Constructor Summary
ConstructorsConstructorDescriptionCacheEntryModifiedAdapter(javax.enterprise.event.Event<org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<K, V>> event) -
Method Summary
-
Field Details
-
EMPTY
public static final org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<?,?> EMPTYNeeded for creating event bridge. -
WILDCARD_TYPE
public static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<?,?>> WILDCARD_TYPEEvents which will be selected (including generic type information (<?, ?>).
-
-
Constructor Details
-
CacheEntryModifiedAdapter
-
-
Method Details