Module javafx.base

Class ReadOnlyIntegerPropertyBase

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

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

    • ReadOnlyIntegerPropertyBase

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