Skip to content

Most visited

Recently visited

navigation

MapChangeRegistry

public class MapChangeRegistry
extends CallbackRegistry<OnMapChangedCallbackObservableMapObject>

java.lang.Object
   ↳ android.databinding.CallbackRegistry<android.databinding.ObservableMap.OnMapChangedCallbackandroid.databinding.ObservableMapjava.lang.Object>
     ↳ android.databinding.MapChangeRegistry


Utility class for managing ObservableMap callbacks.

Summary

Public constructors

MapChangeRegistry()

Public methods

void notifyChange(ObservableMap sender, Object key)

Notifies registered callbacks that an element has been added, removed, or changed.

Inherited methods

From class android.databinding.CallbackRegistry
From class java.lang.Object

Public constructors

MapChangeRegistry

MapChangeRegistry ()

Public methods

notifyChange

void notifyChange (ObservableMap sender, 
                Object key)

Notifies registered callbacks that an element has been added, removed, or changed.

Parameters
sender ObservableMap: The map that has changed.
key Object: The key of the element that 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.