Esempio n. 1
0
 private void notifyChildren(Notification notification) {
   for (int i = 0; i < getChildren().size(); i++) {
     Adapter a = (Adapter) getChildren().get(i);
     a.notifyChanged(notification);
   }
 }