Skip to content

Most visited

Recently visited

navigation

PropertyChangeRegistry

public class PropertyChangeRegistry
extends CallbackRegistry<Observable.OnPropertyChangedCallbackObservableVoid>

java.lang.Object
   ↳ android.databinding.CallbackRegistry<android.databinding.Observable.OnPropertyChangedCallbackandroid.databinding.Observablejava.lang.Void>
     ↳ android.databinding.PropertyChangeRegistry


Utility class for managing Observable callbacks.

Summary

Public constructors

PropertyChangeRegistry()

Public methods

void notifyChange(Observable observable, int propertyId)

Notifies registered callbacks that a specific property has changed.

Inherited methods

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

Public constructors

PropertyChangeRegistry

PropertyChangeRegistry ()

Public methods

notifyChange

void notifyChange (Observable observable, 
                int propertyId)

Notifies registered callbacks that a specific property has changed.

Parameters
observable Observable: The Observable that has changed.
propertyId int: The BR id of the property that has changed or BR._all if the entire Observable has 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.