Interface ConfigurationPropertyChangeListener
public interface ConfigurationPropertyChangeListener
A ConfigurationPropertyChangeListener receives the change of
ConfigurationProperty.
- Since:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidReceives notification that an ConfigurationProperty has been changed to connector.
-
Method Details
-
configurationPropertyChange
Receives notification that an ConfigurationProperty has been changed to connector.- Parameters:
changes- containing the property name and value of the ConfigurationProperty that was changed.
-