Package org.apache.jmeter.gui.action
Class ExitCommand
- java.lang.Object
-
- org.apache.jmeter.gui.action.ExitCommand
-
-
Constructor Summary
Constructors Constructor Description ExitCommand()
Constructor for the ExitCommand object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
Description of the MethodSet<String>
getActionNames()
Gets the ActionNames attribute of the ExitCommand object
-
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
Gets the ActionNames attribute of the ExitCommand object- Specified by:
getActionNames
in interfaceCommand
- Returns:
- The ActionNames value
-
doAction
public void doAction(ActionEvent e)
Description of the Method
-
-