Class StatusMonitor.ProgressUpdate<T>

  • Enclosing class:
    StatusMonitor

    public static class StatusMonitor.ProgressUpdate<T>
    extends Object
    • Constructor Detail

      • ProgressUpdate

        public ProgressUpdate​(javafx.beans.value.WritableValue<T> pValueProperty)
      • ProgressUpdate

        public ProgressUpdate​(javafx.beans.value.WritableValue<T> pValueProperty,
                              boolean pCoalesce)
    • Method Detail

      • isValueAdjusting

        public boolean isValueAdjusting()
      • updateValue

        public void updateValue​(T pValue)
        Updates the value property. This method is safe to be called from any thread, but note that if the specified value is not immutable, an additional synchronization of the values might be needed.