matlabcontrol
Interface MatlabProxy.DisconnectionListener

Enclosing class:
MatlabProxy

public static interface MatlabProxy.DisconnectionListener

Listens for a proxy's disconnection from MATLAB.

Since:
4.0.0
See Also:
MatlabProxy.addDisconnectionListener(matlabcontrol.MatlabProxy.DisconnectionListener), MatlabProxy.removeDisconnectionListener(matlabcontrol.MatlabProxy.DisconnectionListener)

Method Summary
 void proxyDisconnected(MatlabProxy proxy)
          Called when the proxy becomes disconnected from MATLAB.
 

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