Package org.cswteams.ms3.control.task
Interface ITaskController
- All Known Implementing Classes:
TaskController
public interface ITaskController
-
Method Summary
Modifier and TypeMethodDescriptioncreateTask(TaskEnum taskType) Create aTaskwith the specified task type.
-
Method Details
-
createTask
Create aTaskwith the specified task type.- Parameters:
taskType- task type- Returns:
- new task, with
taskTypeas task type.
-