Package org.apache.jmeter.gui.action
Class Remove
- java.lang.Object
-
- org.apache.jmeter.gui.action.Remove
-
-
Constructor Summary
Constructors Constructor Description Remove()
Constructor for the Remove 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 Remove object.
-
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
Gets the ActionNames attribute of the Remove object.- Specified by:
getActionNames
in interfaceCommand
- Returns:
- the ActionNames value
-
doAction
public void doAction(ActionEvent e)
-
-