Package io.realm

Interface MapChangeListener<K,​V>

    • Method Detail

      • onChange

        void onChange​(RealmMap<K,​V> map,
                      MapChangeSet<K> changes)
        This will be called when the async query is finished the first time or the collection of objects has changed.
        Parameters:
        map - the map this listener is registered to.
        changes - object with information about the change.