Interface OrderedRealmCollectionChangeListener
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm
OrderedRealmCollectionChangeListener can be registered with a RealmResults to receive a notification with a OrderedCollectionChangeSet to describe the details of what have been changed in the collection since last time.
Realm instances on a thread without an android.os.Looper cannot register a OrderedRealmCollectionChangeListener .
Method Summary
Modifier and Type | Method and Description |
---|---|
public void | This will be called when the async query is finished the first time or the collection of objects has changed. |
Method Detail
onChange
This will be called when the async query is finished the first time or the collection of objects has changed. Parameters
|