Class RunSelectOption

java.lang.Object
javatro.manager.options.RunSelectOption
All Implemented Interfaces:
Option

public class RunSelectOption extends Object implements Option
A command that loads the run selection screen when executed.
  • Constructor Details

    • RunSelectOption

      public RunSelectOption()
  • Method Details

    • getDescription

      public String getDescription()
      Provides a brief description of the command.
      Specified by:
      getDescription in interface Option
      Returns:
      A string describing the command.
    • execute

      public void execute() throws JavatroException
      Executes the command to change the screen to the start menu.
      Specified by:
      execute in interface Option
      Throws:
      JavatroException - If an error occurs during execution.