Class AsyncNamedCacheClient.WrapperDeactivationListener<K,​V>

    • Field Detail

      • m_listener

        protected final com.tangosol.util.MapListener<? super K,​? super V> m_listener
        The delegate MapListener.
    • Constructor Detail

      • WrapperDeactivationListener

        protected WrapperDeactivationListener​(com.tangosol.util.MapListener<? super K,​? super V> listener)
        Constructs a new WrapperDeactivationListener.
        Parameters:
        listener - the MapListener to wrap