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, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public Task createTask(String name)
TaskService
Task
. It is the responsibility of the caller
to then launch the task via the Task.run(Runnable)
method.createTask
in interface TaskService
name
- The task's name, to differentiate it from others.Copyright © 2015–2022 SciJava. All rights reserved.