Package matlabcontrol

Interface MatlabProxyFactory.CopyPasteCallback

  • Enclosing class:
    MatlabProxyFactory

    public static interface MatlabProxyFactory.CopyPasteCallback
    A callback interface for receiving the commands which must be copy-pasted into MATLAB to initiate a connection.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void copyPaste​(java.lang.String matlabCmdsToConnect)
      The given code should be copy-pasted into MATLAB.
    • Method Detail

      • copyPaste

        void copyPaste​(java.lang.String matlabCmdsToConnect)
        The given code should be copy-pasted into MATLAB.