Uses of Interface
org.scijava.task.Task
-
Packages that use Task Package Description org.scijava.download org.scijava.io.handle org.scijava.task org.scijava.task.event -
-
Uses of Task in org.scijava.download
Methods in org.scijava.download that return Task Modifier and Type Method Description TaskDownload. task() -
Uses of Task in org.scijava.io.handle
Methods in org.scijava.io.handle with parameters of type Task Modifier and Type Method Description static longDataHandles. copy(DataHandle<Location> in, DataHandle<Location> out, long length, Task task)Copies up tolengthbytes from the input to the output handle, reporting the progress to the provided task.static longDataHandles. copy(DataHandle<Location> in, DataHandle<Location> out, long length, Task task, int bufferSize)Copies up tolengthbytes from the input to the output handle, reporting the progress to the provided task.static longDataHandles. copy(DataHandle<Location> in, DataHandle<Location> out, Task task)Copies all bytes from the input to the output handle, reporting the progress to the provided task. -
Uses of Task in org.scijava.task
Classes in org.scijava.task that implement Task Modifier and Type Class Description classDefaultTaskDefault implementation ofTask.Methods in org.scijava.task that return Task Modifier and Type Method Description TaskDefaultTaskService. createTask(String name)TaskTaskService. createTask(String name)Creates a new, emptyTask. -
Uses of Task in org.scijava.task.event
Methods in org.scijava.task.event that return Task Modifier and Type Method Description TaskTaskEvent. getTask()Constructors in org.scijava.task.event with parameters of type Task Constructor Description TaskEvent(Task task)
-