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