CallbackMatlabProxy.MatlabDataCallback¶
-
public static interface
MatlabDataCallback
<V>¶ A callback that supplies the results of the invocation or the raised exception.
Parameters: - <V> –
Methods¶
invocationFailed¶
-
public void
invocationFailed
(MatlabInvocationException e)¶ Called when the method failed.
Parameters: - e – the exception thrown