Package io.realm

Interface OrderedRealmCollectionChangeListener<T>

    • Method Detail

      • onChange

        void onChange​(T t,
                      OrderedCollectionChangeSet changeSet)
        This will be called when the async query is finished the first time or the collection of objects has changed.
        Parameters:
        t - the collection this listener is registered to.
        changeSet - object with information about the change.