Class AboutCommand

  • All Implemented Interfaces:
    Command

    public class AboutCommand
    extends Object
    implements Command
    About Command. It may be extended in the future to add a list of installed protocols, config options, etc.
    • Constructor Detail

      • AboutCommand

        public AboutCommand()
    • Method Detail

      • doAction

        public void doAction​(ActionEvent e)
        Handle the "about" action by displaying the "About Apache JMeter..." dialog box. The Dialog Box is NOT modal, because those should be avoided if at all possible.
        Specified by:
        doAction in interface Command
      • getActionNames

        public Set<String> getActionNames()
        Provide the list of Action names that are available in this command.
        Specified by:
        getActionNames in interface Command