Uses of Interface
matlabcontrol.MatlabProxy.MatlabThreadCallable

Packages that use MatlabProxy.MatlabThreadCallable
matlabcontrol Contains the core functionality to interact with MATLAB. 
matlabcontrol.extensions Extensions which enhance MatlabProxy's capabilities. 
 

Uses of MatlabProxy.MatlabThreadCallable in matlabcontrol
 

Methods in matlabcontrol with parameters of type MatlabProxy.MatlabThreadCallable
abstract
<T> T
MatlabProxy.invokeAndWait(MatlabProxy.MatlabThreadCallable<T> callable)
          Runs the callable on MATLAB's main thread and waits for it to return its result.
<U> U
LoggingMatlabProxy.invokeAndWait(MatlabProxy.MatlabThreadCallable<U> callable)
           
 

Uses of MatlabProxy.MatlabThreadCallable in matlabcontrol.extensions
 

Methods in matlabcontrol.extensions with parameters of type MatlabProxy.MatlabThreadCallable
<U> U
MatlabProxyLogger.invokeAndWait(MatlabProxy.MatlabThreadCallable<U> callable)
          Deprecated. Delegates to the proxy; logs the interaction.
<U> void
CallbackMatlabProxy.invokeAndWait(MatlabProxy.MatlabThreadCallable<U> callable, CallbackMatlabProxy.MatlabDataCallback<U> callback)
          Deprecated. Delegates to the proxy, calling the callback when the method has been executed.