org.apache.jmeter.gui.action

Class AboutCommand

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.

Method Summary

void
doAction(ActionEvent e)
Handle the "about" action by displaying the "About Apache JMeter..." dialog box.
Set
getActionNames()
Provide the list of Action names that are available in this command.

Method Details

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 getActionNames()
Provide the list of Action names that are available in this command.
Specified by:
getActionNames in interface Command

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.