Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent
-
Packages that use CacheEntryActivatedEvent Package Description org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.notifications.cachelistener.event.impl -
-
Uses of CacheEntryActivatedEvent in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type CacheEntryActivatedEvent Modifier and Type Method Description void
GroupingInterceptor.KeyListener. handleRemove(CacheEntryActivatedEvent<?,?> event)
-
Uses of CacheEntryActivatedEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement CacheEntryActivatedEvent Modifier and Type Class Description class
EventImpl<K,V>
Basic implementation of an event that covers all event types.
-