Package commands

  • Interface Summary 
    Interface Description
    Command
    Command interface setting up methods that all commands should have when implemented.
  • Class Summary 
    Class Description
    AddCommand
    Command which adds a new task.
    AddCommandGui
    Command which adds a new task (GUI interface).
    DeleteCommand
    Command which deletes a task.
    DeleteCommandGui
    Command which deletes a task (GUI interface).
    HelpCommand
    Command which lists a description of all available commands.
    ListCommand
    Command which lists all tasks.