Interface TaskContainer

    • Method Summary

      Modifier and Type Method Description
      void addTask​(Task task)
      Adds a task to this task container
    • Method Detail

      • addTask

        void addTask​(Task task)
        Adds a task to this task container
        Parameters:
        task - The task to be added to this container. Must not be null.