/** INTERNAL: Clear the changes in this listener */
 public void clearChanges(boolean forRefresh) {
   super.clearChanges(forRefresh);
   if (forRefresh && this.objectChangeSet != null) {
     this.objectChangeSet.clear(true);
   }
   this.objectChangeSet = null;
 }