Module javafx.base

Class ReadOnlyDoublePropertyBase

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

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

    • ReadOnlyDoublePropertyBase

      public ReadOnlyDoublePropertyBase()
      Creates a default ReadOnlyDoublePropertyBase.
  • 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.