Interface CommandNodeExecutor


public interface CommandNodeExecutor
Executor for an executable node.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Context ctx, Node cmd)
    Called when either walked or executed.
  • Method Details

    • execute

      void execute(Context ctx, Node cmd)
      Called when either walked or executed.
      Parameters:
      ctx - The context.
      cmd - The node.