Uses of Class
org.scijava.progress.Task
-
-
Uses of Task in org.scijava.progress
Methods in org.scijava.progress that return Task Modifier and Type Method Description static TaskProgress. currentTask()protected TaskTask. parent()Returns the parentTaskof thisTask.Methods in org.scijava.progress with parameters of type Task Modifier and Type Method Description static voidProgress. update(long numElements, Task task)Method parameters in org.scijava.progress with type arguments of type Task Modifier and Type Method Description static voidProgress. addGlobalListener(Consumer<Task> l)static voidProgress. addListener(Object progressible, Consumer<Task> l)Constructors in org.scijava.progress with parameters of type Task Constructor Description Task(Object progressible, Task parent, String description)
-