use of org.robobinding.presentationmodel.PresentationModelChangeSupport in project RoboBinding by RoboBinding.
the class PresentationModel_AutoGenerationTest method observePropertyChange.
private void observePropertyChange(Object presentationModel, String propertyName) {
PresentationModelChangeSupport changeSupport = ((HasPresentationModelChangeSupport) presentationModel).getPresentationModelChangeSupport();
changeSupport.addPropertyChangeListener(propertyName, propertyChangeListenerTester);
}
Aggregations