Class CommandInput

java.lang.Object
com.globalmentor.model.AbstractHashObject
io.guise.framework.input.CommandInput
All Implemented Interfaces:
Input

public class CommandInput extends com.globalmentor.model.AbstractHashObject implements Input
User input in the form of a command.
Author:
Garret Wilson
  • Constructor Details

    • CommandInput

      public CommandInput(Command command)
      Command constructor.
      Parameters:
      command - The command.
      Throws:
      NullPointerException - if the given command is null.
  • Method Details

    • getCommand

      public Command getCommand()
      Returns:
      The command.