Package commands

Class AddCommandGui

java.lang.Object
commands.AddCommand
commands.AddCommandGui
All Implemented Interfaces:
Command

public class AddCommandGui
extends AddCommand
Command which adds a new task (GUI interface).
Author:
Melvin Campos Casares
  • Constructor Summary

    Constructors 
    Constructor Description
    AddCommandGui()  
  • Method Summary

    Modifier and Type Method Description
    void execute​(java.lang.String description)  

    Methods inherited from class commands.AddCommand

    description, execute, usage

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public void execute​(java.lang.String description)