Package org.apache.jmeter.gui.action
Class What
- java.lang.Object
-
- org.apache.jmeter.gui.action.What
-
-
Constructor Summary
Constructors Constructor Description What()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
Set<String>
getActionNames()
Provide the list of Action names that are available in this command.
-
-
-
Method Detail
-
doAction
public void doAction(ActionEvent e) throws IllegalUserActionException
- Specified by:
doAction
in interfaceCommand
- Throws:
IllegalUserActionException
-
getActionNames
public Set<String> getActionNames()
Provide the list of Action names that are available in this command.- Specified by:
getActionNames
in interfaceCommand
-
-