java.lang.Object
net.chesstango.goyeneche.requests.ReqStop
All Implemented Interfaces:
UCIRequest, UCICommand

public final class ReqStop extends Object implements UCIRequest
Author:
Mauricio Coria
  • Constructor Details

    • ReqStop

      public ReqStop()
  • Method Details

    • execute

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

      public String toString()
      Overrides:
      toString in class Object