Class RXTConfigCacheEntryCreatedListener<K,V>
java.lang.Object
org.wso2.carbon.governance.api.cache.RXTConfigCacheEntryCreatedListener<K,V>
- Type Parameters:
K-V-
- All Implemented Interfaces:
EventListener,javax.cache.event.CacheEntryCreatedListener<K,,V> javax.cache.event.CacheEntryListener<K,V>
public class RXTConfigCacheEntryCreatedListener<K,V>
extends Object
implements javax.cache.event.CacheEntryCreatedListener<K,V>
This is a listener class to listen to cache entry creations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidentryCreated(javax.cache.event.CacheEntryEvent<? extends K, ? extends V> cacheEntryEvent)
-
Constructor Details
-
RXTConfigCacheEntryCreatedListener
public RXTConfigCacheEntryCreatedListener()
-
-
Method Details
-
entryCreated
-