package gve.calc.formula;

Subclasses of this class implement the action required to undo
public abstract class UndoAction { abstract public void undo(); }