Class RXTConfigCacheEntryRemovedListener<K,V>

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

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

    • RXTConfigCacheEntryRemovedListener

      public RXTConfigCacheEntryRemovedListener()
  • Method Details

    • entryRemoved

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