public class PropertyChangeRegistry extends CallbackRegistry<Observable.OnPropertyChangedCallback,Observable,java.lang.Void>
CallbackRegistry.NotifierCallback<C,T,A>| Constructor and Description | 
|---|
| PropertyChangeRegistry() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | notifyChange(Observable observable,
            int propertyId)Notifies registered callbacks that a specific property has changed. | 
add, clear, clone, copyCallbacks, copyCallbacks, isEmpty, notifyCallbacks, removepublic void notifyChange(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.