Uses of Interface
matlabcontrol.extensions.CallbackMatlabProxy.MatlabCallback

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

Uses of CallbackMatlabProxy.MatlabCallback in matlabcontrol.extensions
 

Methods in matlabcontrol.extensions with parameters of type CallbackMatlabProxy.MatlabCallback
 void CallbackMatlabProxy.eval(CallbackMatlabProxy.MatlabCallback callback, java.lang.String command)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
 void CallbackMatlabProxy.exit(CallbackMatlabProxy.MatlabCallback callback)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
 void CallbackMatlabProxy.feval(CallbackMatlabProxy.MatlabCallback callback, java.lang.String functionName, java.lang.Object... args)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
 void CallbackMatlabProxy.setVariable(CallbackMatlabProxy.MatlabCallback callback, java.lang.String variableName, java.lang.Object value)
          Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.