Module javafx.base

Class ReadOnlyLongPropertyBase

    • Constructor Detail

      • ReadOnlyLongPropertyBase

        public ReadOnlyLongPropertyBase()
        Creates a default ReadOnlyLongPropertyBase.
    • Method Detail

      • 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.