Uses of Class
matlabcontrol.RemoteMatlabProxy

Uses of RemoteMatlabProxy in matlabcontrol
 

Methods in matlabcontrol that return RemoteMatlabProxy
 RemoteMatlabProxy RemoteMatlabProxyFactory.getProxy()
          Returns a RemoteMatlabProxy.
 RemoteMatlabProxy RemoteMatlabProxyFactory.getProxy(long timeout)
          Returns a RemoteMatlabProxy.
 

Methods in matlabcontrol with parameters of type RemoteMatlabProxy
 void MatlabConnectionListener.connectionEstablished(RemoteMatlabProxy proxy)
          Called when the connection to the session of MATLAB launched has been established.
 void MatlabConnectionListener.connectionLost(RemoteMatlabProxy proxy)
          Called when the connection to the session of MATLAB has been lost.