Package commands

Interface Command

All Known Implementing Classes:
AddCommand, AddCommandGui, DeleteCommand, DeleteCommandGui, HelpCommand, ListCommand

public interface Command
Command interface setting up methods that all commands should have when implemented.
Author:
Melvin Campos Casares
  • Method Summary

    Modifier and Type Method Description
    java.lang.String description()  
    void execute()  
    static java.lang.String usage()  
  • Method Details