public class PropertyChangeRegistry
extends android.databinding.CallbackRegistry<android.databinding.Observable.OnPropertyChangedCallback,android.databinding.Observable,java.lang.Void>
Constructor and Description |
---|
PropertyChangeRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
notifyChange(android.databinding.Observable observable,
int propertyId)
Notifies registered callbacks that a specific property has changed.
|
public void notifyChange(android.databinding.Observable observable, int propertyId)
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.