Package matlabcontrol

Interface MatlabProxy.DisconnectionListener

    • Method Detail

      • proxyDisconnected

        void proxyDisconnected​(MatlabProxy proxy)
        Called when the proxy becomes disconnected from MATLAB. The proxy passed in will always be the proxy that the listener was added to. The proxy is provided so that if desired a single implementation of this interface may easily be used for multiple proxies.
        Parameters:
        proxy - disconnected proxy