| Package | managers |
| Class | public class UpdateManager |
| Method | Defined 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 | ||
| clearBars | () | method |
public static function clearBars():voidClears the statistics at the end of the day.
| constructUpdate | () | method |
public static function constructUpdate($data:XML):voidCompares the input refreshed data to current application data, detects differences and runs a visual update.
Parameters$data:XML — $data Server response data.
|