Search in sources :

Example 1 with PresentationModelChangeSupport

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);
}
Also used : HasPresentationModelChangeSupport(org.robobinding.presentationmodel.HasPresentationModelChangeSupport) PresentationModelChangeSupport(org.robobinding.presentationmodel.PresentationModelChangeSupport) HasPresentationModelChangeSupport(org.robobinding.presentationmodel.HasPresentationModelChangeSupport)

Aggregations

HasPresentationModelChangeSupport (org.robobinding.presentationmodel.HasPresentationModelChangeSupport)1 PresentationModelChangeSupport (org.robobinding.presentationmodel.PresentationModelChangeSupport)1