Schnittstelle AdapterCommand

Alle Superschnittstellen:
Serializable
Alle bekannten Implementierungsklassen:
InitPositionCommand

public interface AdapterCommand extends Serializable
A command a comm adapter may execute.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Executes the command.
  • Methodendetails

    • execute

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