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