Interface IMapListener<K,​V>


  • public interface IMapListener<K,​V>
    Map model life cycle listener.
    • Method Detail

      • mapChanged

        void mapChanged​(IMap<K,​V> map,
                        ChangeOrigin changeOrigin)
        Invoked when the map is changed.
        Parameters:
        map - the map.
        changeOrigin - the value change origin.