Package matlabcontrol
Interface MatlabProxyFactory.RequestCallback
-
- Enclosing class:
- MatlabProxyFactory
public static interface MatlabProxyFactory.RequestCallbackProvides the requested proxy.- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidproxyCreated(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-
-
-