|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Bindable
The Bindable annotation should be applied to any getter accessor method of an
Observable
class. Bindable will generate a field in the BR class to identify
the field that has changed.
Observable.OnPropertyChangedCallback.onPropertyChanged(Observable, int)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |