Android APIs
public class

PropertyChangeRegistry

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

Class Overview

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.
[Expand]
Inherited Methods
From class android.databinding.CallbackRegistry
From class java.lang.Object

Public Constructors

public PropertyChangeRegistry ()

Public Methods

public void notifyChange (Observable observable, int propertyId)

Notifies registered callbacks that a specific property has changed.

Parameters
observable The Observable that has changed.
propertyId The BR id of the property that has changed or BR._all if the entire Observable has changed.