Class StateCommandRequest

java.lang.Object
za.co.wethinkcode.robots.client.commands.ClientCommandRequest
za.co.wethinkcode.robots.client.commands.StateCommandRequest

public class StateCommandRequest extends ClientCommandRequest
Class for requesting a state command be executed
  • Constructor Details

    • StateCommandRequest

      public StateCommandRequest()
      Empty Constructor for reflection
    • StateCommandRequest

      public StateCommandRequest(String robotName, ImplementedClientCommands command, String[] arguments)
      Standard constructor for a Client Requesting that a command be executed
      Parameters:
      robotName - name of the clientRobot that the command is being executed on
      command - the command being executed
      arguments - any arguments for this command
    • StateCommandRequest

      public StateCommandRequest(String robotName, String[] args)
  • Method Details