Module javafx.base

Class ReadOnlyFloatPropertyBase

All Implemented Interfaces:
NumberExpression, Observable, ReadOnlyProperty<Number>, ObservableFloatValue, ObservableNumberValue, ObservableValue<Number>
Direct Known Subclasses:
ReadOnlyJavaBeanFloatProperty

public abstract class ReadOnlyFloatPropertyBase
extends ReadOnlyFloatProperty
Base class for all readonly properties wrapping a float. This class provides a default implementation to attach listener.
Since:
JavaFX 2.0
See Also:
ReadOnlyFloatProperty
  • Constructor Details

    • ReadOnlyFloatPropertyBase

      public ReadOnlyFloatPropertyBase()
      Creates a default ReadOnlyFloatPropertyBase.
  • Method Details

    • fireValueChangedEvent

      protected void fireValueChangedEvent()
      Sends notifications to all attached InvalidationListeners and ChangeListeners. This method needs to be called, if the value of this property changes.