Package matlabcontrol
Interface MatlabProxy.DisconnectionListener
-
- Enclosing class:
- MatlabProxy
public static interface MatlabProxy.DisconnectionListenerListens for a proxy's disconnection from MATLAB.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidproxyDisconnected(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
-
-