Interface DetailsViewAttributeValueChangeListener


public interface DetailsViewAttributeValueChangeListener
Listener for changes in details view of SelectiveSyncRenderer.
  • Method Details

    • attributeChanged

      void attributeChanged(SyncAttributeDescriptorConfigModel syncAttributeDescriptorConfigModel, String attribute, Object value)
      Fired when some attribute has changed in syncAttributeDescriptorConfigModel.
      Parameters:
      syncAttributeDescriptorConfigModel - attribute descriptor model
      attribute - name of changed attribute
      value - new value of the changed attribute