CallbackMatlabProxy.MatlabCallback

public static interface MatlabCallback

A callback that indicates either the invocation succeeding or an exception being raised.

Methods

invocationFailed

public void invocationFailed(MatlabInvocationException e)

Called when the method failed.

Parameters:
  • e – the exception thrown

invocationSucceeded

public void invocationSucceeded()

Called when the method successfully completed.