public void changed(Object caller, Object obj, Notification notification) {
   if (Notification.appearsCosmetic(notification)) return;
   parametersChanged(notification);
 }