Uses of Class
matlabcontrol.MatlabProxy

Packages that use MatlabProxy
matlabcontrol Contains the core functionality to interact with MATLAB. 
matlabcontrol.extensions Extensions which enhance MatlabProxy's capabilities. 
 

Uses of MatlabProxy in matlabcontrol
 

Subclasses of MatlabProxy in matlabcontrol
 class LoggingMatlabProxy
          Wraps around a MatlabProxy to provide a log of interactions.
 

Methods in matlabcontrol that return MatlabProxy
 MatlabProxy MatlabProxyFactory.getProxy()
           
 

Methods in matlabcontrol with parameters of type MatlabProxy
 void MatlabProxyFactory.RequestCallback.proxyCreated(MatlabProxy proxy)
          Called when the proxy has been created.
 void MatlabProxy.DisconnectionListener.proxyDisconnected(MatlabProxy proxy)
          Called when the proxy becomes disconnected from MATLAB.
 

Constructors in matlabcontrol with parameters of type MatlabProxy
LoggingMatlabProxy(MatlabProxy delegateProxy)
          Constructs the logging proxy.
 

Uses of MatlabProxy in matlabcontrol.extensions
 

Constructors in matlabcontrol.extensions with parameters of type MatlabProxy
CallbackMatlabProxy(MatlabProxy proxy)
          Deprecated. Constructs an instance of this class, delegating all method invocations to the proxy.
MatlabProxyLogger(MatlabProxy proxy)
          Deprecated. Constructs the logger.
MatlabTypeConverter(MatlabProxy proxy)
          Constructs the converter.