Class ExitCommand

java.lang.Object
org.apache.jmeter.gui.action.ExitCommand
All Implemented Interfaces:
Command

public class ExitCommand extends Object implements Command
  • 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
      Specified by:
      getActionNames in interface Command
      Returns:
      The ActionNames value
    • doAction

      public void doAction(ActionEvent e)
      Description of the Method
      Specified by:
      doAction in interface Command
      Parameters:
      e - Description of Parameter