Module javafx.base

Class ReadOnlyLongPropertyBase

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

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

    • ReadOnlyLongPropertyBase

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