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 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