|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
MatlabProxy
could not operate on the Event Dispatch
Thread (EDT) used by AWT and Swing; MatlabProxy
no longer has this limitation.
Wraps around a MatlabProxy
making the method calls which interact with MATLAB operate with callbacks instead
of return values. For each method in MatlabProxy
that interacts with MATLAB, the same method exists but has
one additional parameter that is either CallbackMatlabProxy.MatlabCallback
or CallbackMatlabProxy.MatlabDataCallback
. Method invocations do
not throw MatlabInvocationException
s, but if the proxy throws a MatlabInvocationException
it will be
provided to the callback.
proxy
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |