Package commands
Class DeleteCommand
java.lang.Object
commands.DeleteCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
DeleteCommandGui
public class DeleteCommand extends java.lang.Object implements Command
Command which deletes a task.
- Author:
- Melvin Campos Casares
-
Constructor Summary
Constructors Constructor Description DeleteCommand() -
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()voidexecute()static java.lang.Stringusage()
-
Constructor Details
-
DeleteCommand
public DeleteCommand()
-
-
Method Details
-
description
public java.lang.String description()- Specified by:
descriptionin interfaceCommand
-
execute
public void execute() -
usage
public static java.lang.String usage()
-