| java.lang.Object | ||
| ↳ | android.databinding.CallbackRegistry<android.databinding.Observable.OnPropertyChangedCallback, android.databinding.Observable, java.lang.Void> | |
| ↳ | android.databinding.PropertyChangeRegistry | |
Utility class for managing Observable callbacks.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Notifies registered callbacks that a specific property has changed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.databinding.CallbackRegistry
| |||||||||||
From class
java.lang.Object
| |||||||||||
Notifies registered callbacks that a specific property has changed.
| 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. |