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