java.lang.Object | |
↳ | android.databinding.Observable.OnPropertyChangedCallback |
The callback that is called by Observable when an observable property has changed.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called by an Observable whenever an observable property changes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Called by an Observable whenever an observable property changes.
sender | The Observable that is changing. |
---|---|
propertyId | The BR identifier of the property that has changed. The getter
for this property should be annotated with Bindable .
|