Package matlabcontrol
Interface MatlabProxy.MatlabThreadProxy
-
- All Superinterfaces:
MatlabOperations
- Enclosing class:
- MatlabProxy
public static interface MatlabProxy.MatlabThreadProxy extends MatlabOperations
Operates on MATLAB's main thread without interruption. Currently this interface has only the methods defined inMatlabOperations, but this may change in future releases.
An implementation of this interface is provided toMatlabProxy.MatlabThreadCallable.call(MatlabProxy.MatlabThreadProxy)so that the callable can interact with MATLAB. Implementations of this interface behave identically to aMatlabProxyrunning inside of MATLAB except that they are not thread-safe. They must be used solely on the thread that callscall(...).
WARNING: This interface is not intended to be implemented by users of matlabcontrol. Methods may be added to this interface, and these additions will not be considered breaking binary compatibility.
-
-
Method Summary
-
Methods inherited from interface matlabcontrol.MatlabOperations
eval, feval, getVariable, returningEval, returningFeval, setVariable
-
-