Package org.infinispan.jcache.remote
Class JCacheListenerAdapter<K,V>
- java.lang.Object
-
- org.infinispan.jcache.AbstractJCacheListenerAdapter<K,V>
-
- org.infinispan.jcache.remote.JCacheListenerAdapter<K,V>
-
public class JCacheListenerAdapter<K,V> extends org.infinispan.jcache.AbstractJCacheListenerAdapter<K,V>
-
-
Constructor Summary
Constructors Constructor Description JCacheListenerAdapter(org.infinispan.jcache.AbstractJCache<K,V> jcache, org.infinispan.jcache.AbstractJCacheNotifier<K,V> notifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleCacheEntryEvent(org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent<org.infinispan.commons.util.KeyValueWithPrevious<K,V>> e)
-