Interface CommandManager

  • All Known Implementing Classes:
    DefaultCommandManagerImpl

    public interface CommandManager
    Command Manager to handle execution of commands to mutate Elements
    • Method Detail

      • execute

        Results execute​(RuleManager ruleManager,
                        Command command)
        Execute a Command and return results
        Parameters:
        ruleManager -
        command -
        Returns:
      • undo

        Results undo​(RuleManager ruleManager)
        Undo the most recent command
        Parameters:
        ruleManager -
        Returns: