Package org.yamcs.tse

Interface ResponseListener


public interface ResponseListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResponse(String command, String response)
     
  • Method Details

    • onResponse

      void onResponse(String command, String response)