Interface DetailsViewAttributeValueChangeListener
public interface DetailsViewAttributeValueChangeListener
Listener for changes in details view of
SelectiveSyncRenderer.-
Method Summary
Modifier and TypeMethodDescriptionvoidattributeChanged(SyncAttributeDescriptorConfigModel syncAttributeDescriptorConfigModel, String attribute, Object value) Fired when some attribute has changed in syncAttributeDescriptorConfigModel.
-
Method Details
-
attributeChanged
void attributeChanged(SyncAttributeDescriptorConfigModel syncAttributeDescriptorConfigModel, String attribute, Object value) Fired when some attribute has changed in syncAttributeDescriptorConfigModel.- Parameters:
syncAttributeDescriptorConfigModel- attribute descriptor modelattribute- name of changed attributevalue- new value of the changed attribute
-