java.lang.Object
com.iamsoft.util.ui.javafx.StatusMonitor.ProgressUpdate<T>
- Enclosing class:
- StatusMonitor
-
Constructor Summary
ConstructorsConstructorDescriptionProgressUpdate
(javafx.beans.value.WritableValue<T> pValueProperty) ProgressUpdate
(javafx.beans.value.WritableValue<T> pValueProperty, boolean pCoalesce) -
Method Summary
-
Constructor Details
-
ProgressUpdate
-
ProgressUpdate
-
-
Method Details
-
isValueAdjusting
public boolean isValueAdjusting() -
updateValue
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.
-