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 Summary
Fields
protected Set<com.google.common.cache.RemovalListener<K,V>>
-
Constructor Summary
Constructors
-
Method Summary
Set<com.google.common.cache.RemovalListener<K,V>>
void
onRemoval(com.google.common.cache.RemovalNotification<K,V> notification)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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>