matlabcontrol.extensions
Interface CallbackMatlabProxy.MatlabCallback

Enclosing class:
CallbackMatlabProxy

public static interface CallbackMatlabProxy.MatlabCallback

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


Method Summary
 void invocationFailed(MatlabInvocationException e)
          Called when the method failed.
 void invocationSucceeded()
          Called when the method successfully completed.
 

Method Detail

invocationSucceeded

void invocationSucceeded()
Called when the method successfully completed.


invocationFailed

void invocationFailed(MatlabInvocationException e)
Called when the method failed.

Parameters:
e - the exception thrown