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.String
description()
void
execute()
static java.lang.String
usage()
-
Constructor Details
-
DeleteCommand
public DeleteCommand()
-
-
Method Details
-
description
public java.lang.String description()- Specified by:
description
in interfaceCommand
-
execute
public void execute() -
usage
public static java.lang.String usage()
-