public static interface CallbackMatlabProxy.MatlabCallback
| Modifier and Type | Method and Description |
|---|---|
void |
invocationFailed(MatlabInvocationException e)
Called when the method failed.
|
void |
invocationSucceeded()
Called when the method successfully completed.
|
void invocationSucceeded()
void invocationFailed(MatlabInvocationException e)
e - the exception thrown