public class JCacheListenerAdapter<K,V> extends AbstractJCacheListenerAdapter<K,V>
jcache, notifier
Constructor and Description |
---|
JCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Modifier and Type | Method and Description |
---|---|
void |
handleCacheEntryCreatedEvent(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<K,V> e) |
void |
handleCacheEntryExpiredEvent(org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<K,V> e) |
void |
handleCacheEntryModifiedEvent(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<K,V> e) |
void |
handleCacheEntryRemovedEvent(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<K,V> e) |
public JCacheListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)
public void handleCacheEntryCreatedEvent(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<K,V> e)
public void handleCacheEntryModifiedEvent(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<K,V> e)
public void handleCacheEntryRemovedEvent(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<K,V> e)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.