Class RemovalListenerMultiplexer<K,V>

java.lang.Object
org.aksw.commons.collections.cache.RemovalListenerMultiplexer<K,V>
All Implemented Interfaces:
com.google.common.cache.RemovalListener<K,V>

public class RemovalListenerMultiplexer<K,V> extends Object implements com.google.common.cache.RemovalListener<K,V>
  • Field Details

    • clients

      protected Set<com.google.common.cache.RemovalListener<K,V>> clients
  • Constructor Details

    • RemovalListenerMultiplexer

      public RemovalListenerMultiplexer()
  • Method Details

    • getClients

      public Set<com.google.common.cache.RemovalListener<K,V>> getClients()
    • onRemoval

      public void onRemoval(com.google.common.cache.RemovalNotification<K,V> notification)
      Specified by:
      onRemoval in interface com.google.common.cache.RemovalListener<K,V>