Package org.cswteams.ms3.control.task
Class TaskController
java.lang.Object
org.cswteams.ms3.control.task.TaskController
- All Implemented Interfaces:
ITaskController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTask(TaskEnum taskType) Create aTaskwith the specified task type.
-
Constructor Details
-
TaskController
public TaskController()
-
-
Method Details
-
createTask
Description copied from interface:ITaskControllerCreate aTaskwith the specified task type.- Specified by:
createTaskin interfaceITaskController- Parameters:
taskType- task type- Returns:
- new task, with
taskTypeas task type.
-