Package matlabcontrol
Interface MatlabProxyFactory.CopyPasteCallback
-
- Enclosing class:
- MatlabProxyFactory
public static interface MatlabProxyFactory.CopyPasteCallbackA 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 voidcopyPaste(java.lang.String matlabCmdsToConnect)The given code should be copy-pasted into MATLAB.
-