Dort können die Update-Methode und die Häufigkeit der Downloads festgelegt werden.
Über eine Update-Methode werden die Daten dann verändert.
Mit der Update-Methode wird lediglich die Anzeige eines einzelnen Objekts aktualisiert.
The Update method updates the display of a single object only.
Kommen weitere Eigenschaften hinzu, so ist es nicht notwendig die Update-Methode anzupassen.
If additional properties are added, it is not necessary to adjust the update method.
Bei der Push-Methode werden über die Update-Methode alle Informationen an den Observer übergeben.
With the push method, all information is passed to the observer via the update method.
Bei beiden Eigenschaften ist es erforderlich, die Update-Methode aufzurufen, um die -Anzeige zu aktualisieren.
Both properties require a call to the Update method to update the display.
Sie können die Update-Methode, die Sie es vorziehen, zum Aktualisieren von vorhandenen Benutzerformularen auswählen.
You can choose the update method that you prefer for updating existing user forms.
Gleichzeitig kann die Update-Methode eine Referenz auf das Subject mitliefern und die wichtigsten Informationen als Funktionsblock übergeben.
At the same time, the update method can provide a reference to the subject and pass the most important information as a function block.
Wenn die Update-Methode aufgerufen wird, werden die Primärschlüsselwerte auf die Werte geändert, die aus der Datenbank bezogen wurden.
When the Update method is called, the primary key values are changed to the values obtained from the database.
Wenn Sie eine sichtbare Eigenschaft eines grafischen Objekts ändern, verwenden Sie die Update-Methode, um das Objekt auf dem Bildschirm erneut zu zeichnen.
If you modify a visible property of a graphic object, use the Update method to redraw the object on screen.
Wenn Sie Änderungen vorgenommen haben, verwenden Sie die Update-Methode, um die Änderungen in Ihrer Zeichnung sichtbar zu machen.
Once you have changed a property, use the Update method to see the changes in your drawing.
Ein Lösungsansatz kann darin bestehen, dass die Update-Methode als Parameter eine Referenz auf das Subject (also auf sich selbst) enthält.
One solution may be that the update method contains a reference to the subject (i.e. to itself) as a parameter.
Danach wird der Kreis mit der Update-Methode aktualisiert, sodass er in angezeigt werden kann.
It then updates the circle using the Update method so the circle is visible in.