public class InfinispanCacheUserProviderFactory.CacheListener extends Object
Constructor and Description |
---|
InfinispanCacheUserProviderFactory.CacheListener() |
Modifier and Type | Method and Description |
---|---|
void |
userCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,CachedUser> event) |
void |
userRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,CachedUser> event) |
public InfinispanCacheUserProviderFactory.CacheListener()
public void userCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,CachedUser> event)
public void userRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,CachedUser> event)
Copyright © 2014. All Rights Reserved.