Class ExitCommand

All Implemented Interfaces:
Command

@AutoService(Command.class) public class ExitCommand extends AbstractActionWithNoRunningTest
  • Constructor Details

    • ExitCommand

      public ExitCommand()
      Constructor for the ExitCommand object
  • Method Details

    • getActionNames

      public Set<String> getActionNames()
      Gets the ActionNames attribute of the ExitCommand object
      Returns:
      The ActionNames value
    • doActionAfterCheck

      public void doActionAfterCheck(ActionEvent e)
      Description of the Method
      Specified by:
      doActionAfterCheck in class AbstractActionWithNoRunningTest
      Parameters:
      e - Description of Parameter