|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatlabProxy.DisconnectionListener | |
---|---|
matlabcontrol | Contains the core functionality to interact with MATLAB. |
matlabcontrol.extensions | Extensions which enhance MatlabProxy 's capabilities. |
Uses of MatlabProxy.DisconnectionListener in matlabcontrol |
---|
Methods in matlabcontrol with parameters of type MatlabProxy.DisconnectionListener | |
---|---|
void |
LoggingMatlabProxy.addDisconnectionListener(MatlabProxy.DisconnectionListener listener)
|
void |
MatlabProxy.addDisconnectionListener(MatlabProxy.DisconnectionListener listener)
Adds a disconnection listener that will be notified when this proxy becomes disconnected from MATLAB. |
void |
LoggingMatlabProxy.removeDisconnectionListener(MatlabProxy.DisconnectionListener listener)
|
void |
MatlabProxy.removeDisconnectionListener(MatlabProxy.DisconnectionListener listener)
Removes a disconnection listener. |
Uses of MatlabProxy.DisconnectionListener in matlabcontrol.extensions |
---|
Methods in matlabcontrol.extensions with parameters of type MatlabProxy.DisconnectionListener | |
---|---|
void |
MatlabProxyLogger.addDisconnectionListener(MatlabProxy.DisconnectionListener listener)
Deprecated. Delegates to the proxy; logs the interaction. |
void |
MatlabProxyLogger.removeDisconnectionListener(MatlabProxy.DisconnectionListener listener)
Deprecated. Delegates to the proxy; logs the interaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |