|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatlabConnectionListener
Implement this interface to be informed when a remote connection has been established or lost.
RemoteMatlabProxyFactory.addConnectionListener(MatlabConnectionListener)
,
RemoteMatlabProxyFactory.removeConnectionListener(MatlabConnectionListener)
Method Summary | |
---|---|
void |
connectionEstablished(RemoteMatlabProxy proxy)
Called when the connection to the session of MATLAB launched has been established. |
void |
connectionLost(RemoteMatlabProxy proxy)
Called when the connection to the session of MATLAB has been lost. |
Method Detail |
---|
void connectionEstablished(RemoteMatlabProxy proxy)
proxy
- the proxy created when the connection was establishedvoid connectionLost(RemoteMatlabProxy proxy)
proxy
- the proxy that is no longer connected
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |