|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.databinding.Observable.OnPropertyChangedCallback
public abstract static class Observable.OnPropertyChangedCallback
The callback that is called by Observable when an observable property has changed.
Constructor Summary | |
---|---|
Observable.OnPropertyChangedCallback()
|
Method Summary | |
---|---|
abstract void |
onPropertyChanged(Observable sender,
int propertyId)
Called by an Observable whenever an observable property changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Observable.OnPropertyChangedCallback()
Method Detail |
---|
public abstract void onPropertyChanged(Observable sender, int propertyId)
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |