public static interface SmartPropertyDouble.IPropertyChangeListener
SmartPropertyDouble
listenerModifier and Type | Method and Description |
---|---|
void |
onPropertyChanged(double oldValue,
double newValue)
Called when new property value is set
|