|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
MatlabProxy.invokeAndWait(MatlabProxy.MatlabThreadCallable<T> callable)
Runs the callable on MATLAB's main thread and waits for it to return its result. |
|
|
LoggingMatlabProxy.invokeAndWait(MatlabProxy.MatlabThreadCallable<U> callable)
|
Uses of MatlabProxy.MatlabThreadCallable in matlabcontrol.extensions |
---|
Methods in matlabcontrol.extensions with parameters of type MatlabProxy.MatlabThreadCallable | ||
---|---|---|
|
MatlabProxyLogger.invokeAndWait(MatlabProxy.MatlabThreadCallable<U> callable)
Deprecated. Delegates to the proxy; logs the interaction. |
|
|
CallbackMatlabProxy.invokeAndWait(MatlabProxy.MatlabThreadCallable<U> callable,
CallbackMatlabProxy.MatlabDataCallback<U> callback)
Deprecated. Delegates to the proxy, calling the callback when the method has been executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |