The constructor opens a xfer connection to the UV-Server through which requests are sent and replies and message objects are received. The Value Model queues incoming UV-message-objects and signals a decoupler thread, which calls the interfaces of the value listeners.
The caller must add listeners (ValueListener )to be informed about asynchronous replies from the UV-Server.
See ValueModel for further API information...