close
The Wayback Machine - https://web.archive.org/web/20170327101422/https://developer.android.com/reference/android/databinding/ObservableMap.OnMapChangedCallback.html
Skip to content

Most visited

Recently visited

navigation

ObservableMap.OnMapChangedCallback

public static abstract class ObservableMap.OnMapChangedCallback
extends Object

java.lang.Object
   ↳ android.databinding.ObservableMap.OnMapChangedCallback<T extends android.databinding.ObservableMap<K, V>, K, V>


A callback receiving notifications when an ObservableMap changes.

Summary

Public constructors

ObservableMap.OnMapChangedCallback()

Public methods

abstract void onMapChanged(T sender, K key)

Called whenever an ObservableMap changes, including values inserted, deleted, and changed.

Inherited methods

BERJAYAFrom class java.lang.Object

Public constructors

ObservableMap.OnMapChangedCallback

ObservableMap.OnMapChangedCallback ()

Public methods

onMapChanged

void onMapChanged (T sender, 
                K key)

Called whenever an ObservableMap changes, including values inserted, deleted, and changed.

Parameters
sender T: The changing map.
key K: The key of the value inserted, removed, or changed.
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.

Take a one-minute survey?
Help us improve Android tools and documentation.