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 TypeMethodDescriptionvoidaddPendingTask(javafx.concurrent.Task<? extends Object> pTask) intGets the value of thependingTaskCountproperty.booleanjavafx.beans.property.ReadOnlyObjectProperty<Boolean> javafx.beans.property.ReadOnlyObjectProperty<Integer>
-
Property Details
-
pending
- See Also:
-
pendingTaskCount
- See Also:
-
-
Constructor Details
-
PendingTasksMonitor
public PendingTasksMonitor()
-
-
Method Details
-
pendingProperty
- Returns:
- the
pendingproperty
-
isPending
public boolean isPending() -
pendingTaskCountProperty
- Returns:
- the
pendingTaskCountproperty - See Also:
-
getPendingTaskCount
public int getPendingTaskCount()Gets the value of thependingTaskCountproperty.- Property description:
- Returns:
- the value of the
pendingTaskCountproperty - See Also:
-
addPendingTask
-