Interface ITaskController

All Known Implementing Classes:
TaskController

public interface ITaskController
  • Method Summary

    Modifier and Type
    Method
    Description
    createTask(TaskEnum taskType)
    Create a Task with the specified task type.
  • Method Details

    • createTask

      Task createTask(TaskEnum taskType)
      Create a Task with the specified task type.
      Parameters:
      taskType - task type
      Returns:
      new task, with taskType as task type.