java.lang.Object
net.chesstango.goyeneche.responses.RspUciOk
All Implemented Interfaces:
UCIResponse, UCICommand

public final class RspUciOk extends Object implements UCIResponse
Author:
Mauricio Coria
  • Method Details

    • execute

      public void execute(UCIGui executor)
      Description copied from interface: UCIResponse
      Executes the response using the provided UCIGui instance.
      Specified by:
      execute in interface UCIResponse
      Parameters:
      executor - The UCIGui instance that will execute the response.
    • toString

      public String toString()
      Overrides:
      toString in class Object