Package it.meucci.commands
Class CommandHandler
java.lang.Object
it.meucci.commands.CommandHandler
CommandHandler describes how, in response to a user's input command, the program should behave.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommandHandler
public CommandHandler()
-
-
Method Details
-
handle
A function that calls the proper method for a command. For instance, the HELP command calls a method help() that displays the help menu.- Parameters:
c
-
-
send
-