public class RemovalListenerMultiplexer<K,V> extends Object implements com.google.common.cache.RemovalListener<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected Set<com.google.common.cache.RemovalListener<K,V>> |
clients |
| Constructor and Description |
|---|
RemovalListenerMultiplexer() |
| Modifier and Type | Method and Description |
|---|---|
Set<com.google.common.cache.RemovalListener<K,V>> |
getClients() |
void |
onRemoval(com.google.common.cache.RemovalNotification<K,V> notification) |
Copyright © 2018. All rights reserved.