org.wso2.carbon.governance.api.cache
Class RXTConfigCacheEntryCreatedListener<K,V>

java.lang.Object
  extended by 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
RXTConfigCacheEntryCreatedListener()
           
 
Method Summary
 void entryCreated(javax.cache.event.CacheEntryEvent<? extends K,? extends V> cacheEntryEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RXTConfigCacheEntryCreatedListener

public RXTConfigCacheEntryCreatedListener()
Method Detail

entryCreated

public void entryCreated(javax.cache.event.CacheEntryEvent<? extends K,? extends V> cacheEntryEvent)
                  throws javax.cache.event.CacheEntryListenerException
Specified by:
entryCreated in interface javax.cache.event.CacheEntryCreatedListener<K,V>
Throws:
javax.cache.event.CacheEntryListenerException


Copyright © 2014 WSO2 Inc. All Rights Reserved.