public void updateGutterActions(boolean force) {
   for (MyGutterOperation operation : myOperations) {
     operation.update(force);
   }
 }