Interface ICommandManager

All Superinterfaces:
ICommandNode
All Known Implementing Classes:
SimpleCommandManager

public interface ICommandManager extends ICommandNode
Definition of a command manager.
  • Method Details

    • addChild

      ICommandNode addChild(ICommandNode node)
      Add a child command node.
      Parameters:
      node - child node to add
      Returns:
      the added node