|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of the data returned by the callablepublic static interface MatlabProxy.MatlabThreadCallable<T>
Uninterrupted block of computation performed in MATLAB.
MatlabProxy.invokeAndWait(matlabcontrol.MatlabProxy.MatlabThreadCallable)
Method Summary | |
---|---|
T |
call(MatlabProxy.MatlabThreadProxy proxy)
Performs the computation in MATLAB. |
Method Detail |
---|
T call(MatlabProxy.MatlabThreadProxy proxy) throws MatlabInvocationException
proxy
provided will invoke its methods directly on MATLAB's
main thread without delay. This proxy
should be used to interact with MATLAB, not a
MatlabProxy
(or any class delegating to it).
proxy
-
MatlabInvocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |