@Override
protected void fireValueChangedEvent ()

Overriding: javafx.beans.property.FloatPropertyBase

Sends notifications to all attached InvalidationListeners and ChangeListeners. This method is called when the value is changed, either manually by calling set(float) or in case of a bound property, if the binding becomes invalid.