Beispiel #1
0
 public void update() {
   for (BindingUpdatable binding : bindings) {
     binding.update();
   }
 }