Class RXTConfigCacheEntryUpdatedListener<K,V>

java.lang.Object
org.wso2.carbon.governance.api.cache.RXTConfigCacheEntryUpdatedListener<K,V>
Type Parameters:
K -
V -
All Implemented Interfaces:
EventListener, javax.cache.event.CacheEntryListener<K,V>, javax.cache.event.CacheEntryUpdatedListener<K,V>

public class RXTConfigCacheEntryUpdatedListener<K,V> extends Object implements javax.cache.event.CacheEntryUpdatedListener<K,V>
This is a listener class to listen to cache entry updates
  • Constructor Details

    • RXTConfigCacheEntryUpdatedListener

      public RXTConfigCacheEntryUpdatedListener()
  • Method Details

    • entryUpdated

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