public class PendingTasksMonitor extends Object
Constructor and Description |
---|
PendingTasksMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
addPendingTask(javafx.concurrent.Task<? extends Object> pTask) |
int |
getPendingTaskCount() |
boolean |
isPending() |
javafx.beans.property.ReadOnlyObjectProperty<Boolean> |
pendingProperty() |
javafx.beans.property.ReadOnlyObjectProperty<Integer> |
pendingTaskCountProperty() |
public javafx.beans.property.ReadOnlyObjectProperty<Boolean> pendingProperty()
public boolean isPending()
public javafx.beans.property.ReadOnlyObjectProperty<Integer> pendingTaskCountProperty()
public int getPendingTaskCount()
public void addPendingTask(javafx.concurrent.Task<? extends Object> pTask)
Copyright © 2023. All rights reserved.