public class InfinispanActiveMap.InfinispanCacheListener extends Object
Constructor and Description |
---|
InfinispanCacheListener() |
Modifier and Type | Method and Description |
---|---|
void |
entryCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<Object,Object> evt)
This method handles entry created events.
|
void |
entryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<Object,Object> evt)
This method handles entry modified events.
|
void |
entryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<Object,Object> evt)
This method handles entry modified events.
|
public void entryCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<Object,Object> evt)
evt
- The eventpublic void entryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<Object,Object> evt)
evt
- The eventCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.