Interface CommandVisitor

All Known Subinterfaces:
DocumentWriter
All Known Implementing Classes:
PlainTextCommandVisitor, PluginYamlCommandVisitor

public interface CommandVisitor
Simple visitor for the USBCommands
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit​(Command cmd)
     
  • Method Details

    • visit

      void visit(Command cmd)