MatlabProxyFactory.RequestCallback¶
-
public static interface
RequestCallback
¶ Provides the requested proxy.
Author: Joshua Kaplan
Methods¶
proxyCreated¶
-
public 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 –