Interface AdapterCommand

All Superinterfaces:
Serializable
All Known Implementing Classes:
InitPositionCommand

public interface AdapterCommand extends Serializable
A command a comm adapter may execute.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the command.
  • Method Details

    • execute

      void execute(VehicleCommAdapter adapter)
      Executes the command.
      Parameters:
      adapter - The comm adapter to execute the command with.