Package javatro.manager.options
Class ViewRunListOption
java.lang.Object
javatro.manager.options.ViewRunListOption
- All Implemented Interfaces:
Option
A command that loads the run selection screen when executed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executes the command to change the screen to the start menu.Provides a brief description of the command.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javatro.manager.options.Option
setDescription
-
Constructor Details
-
ViewRunListOption
public ViewRunListOption()
-
-
Method Details
-
getDescription
Provides a brief description of the command.- Specified by:
getDescriptionin interfaceOption- Returns:
- A string describing the command.
-
execute
Executes the command to change the screen to the start menu.- Specified by:
executein interfaceOption- Throws:
JavatroException- If an error occurs during execution.
-