Rewrite long sentences
virtual void OnBatchData ();
This method is called in consequence of requesting the COM interface method BatchHostData of the base class which again is requested by the Storage in order to signalise to the UI-component that Host data are available after a procedure transition.
virtual void OnBatchData ();
OnBatchHostData is a virtual function called by the implementation of UIForce::BatchHostData in the base class. A user interface object overrides this function if it wants to fetch host data.
The Storage calls UIForce::BatchHostData when a BART Client service, running on the host, wants to transfer data to another service.