Docs Menu
Docs Home
/ /
Atlas Device SDKs
/ / /

Interface SetChangeListener

On this page

  • io.realm
  • Method Summary
  • Method Detail
  • onChange

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

See also:

Modifier and Type
Method and Description
public void
public void onChange (
)

Back

RealmSet

Next

SetChangeSet