matlabcontrol
Interface MatlabProxyFactory.RequestCallback

Enclosing class:
MatlabProxyFactory

public static interface MatlabProxyFactory.RequestCallback

Provides the requested proxy.

Since:
4.0.0

Method Summary
 void proxyCreated(MatlabProxy proxy)
          Called when the proxy has been created.
 

Method Detail

proxyCreated

void proxyCreated(MatlabProxy proxy)
Called when the proxy has been created. Because requests have no timeout, there is no guarantee that this method will ever be called.

Parameters:
proxy -