Uses of Interface
matlabcontrol.extensions.CallbackMatlabProxy.MatlabDataCallback

Packages that use CallbackMatlabProxy.MatlabDataCallback
matlabcontrol.extensions Extensions which enhance MatlabProxy's capabilities. 
 

Uses of CallbackMatlabProxy.MatlabDataCallback in matlabcontrol.extensions
 

Methods in matlabcontrol.extensions with parameters of type CallbackMatlabProxy.MatlabDataCallback
 void CallbackMatlabProxy.disconnect(CallbackMatlabProxy.MatlabDataCallback<java.lang.Boolean> callback)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
 void CallbackMatlabProxy.getVariable(CallbackMatlabProxy.MatlabDataCallback<java.lang.Object> callback, java.lang.String variableName)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
<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.
 void CallbackMatlabProxy.isConnected(CallbackMatlabProxy.MatlabDataCallback<java.lang.Boolean> callback)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
 void CallbackMatlabProxy.returningEval(CallbackMatlabProxy.MatlabDataCallback<java.lang.Object[]> callback, java.lang.String command, int nargout)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
 void CallbackMatlabProxy.returningFeval(CallbackMatlabProxy.MatlabDataCallback<java.lang.Object[]> callback, java.lang.String functionName, int nargout, java.lang.Object... args)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.