1: package abbot.editor.actions; 2: 3: public interface UndoableCommand extends Command, Undoable { 4: }