Package org.apache.jmeter.gui.action
Class Start
- java.lang.Object
-
- org.apache.jmeter.gui.action.AbstractAction
-
- org.apache.jmeter.gui.action.Start
-
- All Implemented Interfaces:
Command
public class Start extends AbstractAction
-
-
Constructor Summary
Constructors Constructor Description Start()
Constructor for the Start object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
Set<String>
getActionNames()
Gets the ActionNames attribute of the Start object.-
Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
popupShouldSave
-
-
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
Gets the ActionNames attribute of the Start object.- Specified by:
getActionNames
in interfaceCommand
- Specified by:
getActionNames
in classAbstractAction
- Returns:
- the ActionNames value
- See Also:
Command.getActionNames()
-
doAction
public void doAction(ActionEvent e)
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- See Also:
Command.doAction(ActionEvent)
-
-