Packagemanagers
Classpublic class UpdateManager

UpdateManager class provides functionality for converting input data to information about updates and sending it for visualisation on the screen.



Public Methods
 MethodDefined by
  
clearBars():void
[static] Clears the statistics at the end of the day.
UpdateManager
  
constructUpdate($data:XML):void
[static] Compares the input refreshed data to current application data, detects differences and runs a visual update.
UpdateManager
Method detail
clearBars()method
public static function clearBars():void

Clears the statistics at the end of the day.

constructUpdate()method 
public static function constructUpdate($data:XML):void

Compares the input refreshed data to current application data, detects differences and runs a visual update.

Parameters
$data:XML — $data Server response data.