|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - public static interface CallbackMatlabProxy.MatlabDataCallback<V>
A callback that supplies the results of the invocation or the raised exception.
| Method Summary | |
|---|---|
void |
invocationFailed(MatlabInvocationException e)
Called when the method failed. |
void |
invocationSucceeded(V data)
Called when the method successfully completed. |
| Method Detail |
|---|
void invocationSucceeded(V data)
data - the data returned from MATLABvoid invocationFailed(MatlabInvocationException e)
e - the exception thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||