T - the type of the values stored in the setpublic interface SetChangeListener<T>
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 Looper cannot register a
SetChangeListener.
| Modifier and Type | Method and Description |
|---|---|
void |
onChange(RealmSet<T> set,
SetChangeSet changes) |
void onChange(RealmSet<T> set, SetChangeSet changes)