Package matlabcontrol

Interface MatlabProxyFactory.RequestCallback

  • Enclosing class:
    MatlabProxyFactory

    public static interface MatlabProxyFactory.RequestCallback
    Provides the requested proxy.
    Since:
    4.0.0
    • Method Detail

      • proxyCreated

        void proxyCreated​(MatlabProxy proxy)
        Called when the proxy has been created. Because requests have no timeout, there is no guarantee that this method will ever be called.
        Parameters:
        proxy -