public abstract class AbstractJCacheListenerAdapter<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
protected AbstractJCache<K,V> |
jcache |
protected AbstractJCacheNotifier<K,V> |
notifier |
Constructor and Description |
---|
AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
protected final AbstractJCache<K,V> jcache
protected final AbstractJCacheNotifier<K,V> notifier
public AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.