Class ForwardingListener<K,​V>

  • All Implemented Interfaces:
    RemovalListener<K,​V>

    public class ForwardingListener<K,​V>
    extends Object
    implements RemovalListener<K,​V>
    Listener which forwards the notifications to a delegate. It is used to bridge multiple instances.