public class DefaultTaskService extends AbstractService implements TaskService
TaskService.| Constructor and Description |
|---|
DefaultTaskService() |
| Modifier and Type | Method and Description |
|---|---|
Task |
createTask(String name)
Creates a new, empty
Task. |
getContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic Task createTask(String name)
TaskServiceTask. It is the responsibility of the caller
to then launch the task via the Task.run(Runnable) method.createTask in interface TaskServicename - The task's name, to differentiate it from others.Copyright © 2015–2022 SciJava. All rights reserved.