V - public static interface CallbackMatlabProxy.MatlabDataCallback<V>
| Modifier and Type | Method and Description |
|---|---|
void |
invocationFailed(MatlabInvocationException e)
Called when the method failed.
|
void |
invocationSucceeded(V data)
Called when the method successfully completed.
|
void invocationSucceeded(V data)
data - the data returned from MATLABvoid invocationFailed(MatlabInvocationException e)
e - the exception thrown