java.lang.Object
com.iamsoft.util.ui.javafx.PendingTasksMonitor
A helper class which can be used to monitor the completion of the added tasks.
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPendingTask
(javafx.concurrent.Task<? extends Object> pTask) int
Gets the value of the property pendingTaskCount.boolean
javafx.beans.property.ReadOnlyObjectProperty<Boolean>
javafx.beans.property.ReadOnlyObjectProperty<Integer>
-
Property Details
-
pending
-
pendingTaskCount
- See Also:
-
-
Constructor Details
-
PendingTasksMonitor
public PendingTasksMonitor()
-
-
Method Details
-
pendingProperty
-
isPending
public boolean isPending() -
pendingTaskCountProperty
- See Also:
-
getPendingTaskCount
public int getPendingTaskCount()Gets the value of the property pendingTaskCount.- Property description:
-
addPendingTask
-