Interface ConfigurationPropertyChangeListener


public interface ConfigurationPropertyChangeListener
A ConfigurationPropertyChangeListener receives the change of ConfigurationProperty.
Since:
1.5
  • Method Details

    • configurationPropertyChange

      void configurationPropertyChange(List<ConfigurationProperty> changes)
      Receives notification that an ConfigurationProperty has been changed to connector.
      Parameters:
      changes - containing the property name and value of the ConfigurationProperty that was changed.