Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
Click here >
Docs Menu
Docs Home
/ /
io.realm

Interface SetChangeListener

SetChangeListener can be registered with a RealmSet to receive a notification with a SetChangeSet to describe the details of what have been changed in the set since last time.

Realm instances on a thread without an android.os.Looper cannot register a SetChangeListener .

Tip

Modifier and Type
Method and Description

public void

public void onChange (
)

Back

RealmSet

On this page