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