public class InfinispanNotificationsManager.CacheEntryListener extends Object
Constructor and Description |
---|
CacheEntryListener() |
Modifier and Type | Method and Description |
---|---|
void |
cacheEntryCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,Serializable> event) |
void |
cacheEntryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<String,Serializable> event) |
void |
cacheEntryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,Serializable> event) |
public void cacheEntryCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,Serializable> event)
public void cacheEntryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<String,Serializable> event)
public void cacheEntryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,Serializable> event)
Copyright © 2021 JBoss by Red Hat. All rights reserved.