Package org.infinispan.jcache
Class AbstractJCacheListenerAdapter<K,V>
- java.lang.Object
-
- org.infinispan.jcache.AbstractJCacheListenerAdapter<K,V>
-
public abstract class AbstractJCacheListenerAdapter<K,V> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractJCache<K,V>
jcache
protected AbstractJCacheNotifier<K,V>
notifier
-
Constructor Summary
Constructors Constructor Description AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)
-
-
-
Field Detail
-
jcache
protected final AbstractJCache<K,V> jcache
-
notifier
protected final AbstractJCacheNotifier<K,V> notifier
-
-
Constructor Detail
-
AbstractJCacheListenerAdapter
public AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)
-
-