public class InfinispanCacheUserProviderFactory.CacheListener extends Object
| Constructor and Description |
|---|
CacheListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
userCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,CachedUser> event) |
void |
userEvicted(org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<String,CachedUser> event) |
void |
userInvalidated(org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<String,CachedUser> event) |
void |
userRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,CachedUser> event) |
public void userCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,CachedUser> event)
public void userRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,CachedUser> event)
public void userInvalidated(org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<String,CachedUser> event)
public void userEvicted(org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<String,CachedUser> event)
Copyright © 2016 JBoss by Red Hat. All rights reserved.