|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectandroid.databinding.ObservableMap.OnMapChangedCallback<T,K,V>
public abstract static class ObservableMap.OnMapChangedCallback<T extends ObservableMap<K,V>,K,V>
A callback receiving notifications when an ObservableMap changes.
| Constructor Summary | |
|---|---|
ObservableMap.OnMapChangedCallback()
|
|
| Method Summary | |
|---|---|
abstract void |
onMapChanged(T sender,
K key)
Called whenever an ObservableMap changes, including values inserted, deleted, and changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObservableMap.OnMapChangedCallback()
| Method Detail |
|---|
public abstract void onMapChanged(T sender,
K key)
sender - The changing map.key - The key of the value inserted, removed, or changed.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||