Interface DetailsViewAttributeValueChangeListener
-
public interface DetailsViewAttributeValueChangeListenerListener for changes in details view ofSelectiveSyncRenderer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattributeChanged(SyncAttributeDescriptorConfigModel syncAttributeDescriptorConfigModel, java.lang.String attribute, java.lang.Object value)Fired when some attribute has changed in syncAttributeDescriptorConfigModel.
-
-
-
Method Detail
-
attributeChanged
void attributeChanged(SyncAttributeDescriptorConfigModel syncAttributeDescriptorConfigModel, java.lang.String attribute, java.lang.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
-
-