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

invocationSucceeded

public void invocationSucceeded(V data)

Called when the method successfully completed.

Parameters:
  • data – the data returned from MATLAB