undoExecute method

void undoExecute()

Implementation

void undoExecute() {
  undo(_oldValue);
  if (monitored) {}
}