module command.remoteundostatusmacro.command; interface Command { void execute(); void undo(); }