Package org.apache.jmeter.gui.action
Class StopStoppables
- java.lang.Object
-
- org.apache.jmeter.gui.action.AbstractAction
-
- org.apache.jmeter.gui.action.StopStoppables
-
- All Implemented Interfaces:
ActionListener
,EventListener
,Command
public class StopStoppables extends AbstractAction implements ActionListener
Stops stopables (Proxy, Mirror)- Since:
- 2.5.1
-
-
Constructor Summary
Constructors Constructor Description StopStoppables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
void
doAction(ActionEvent e)
Set<String>
getActionNames()
-
Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
popupShouldSave
-
-
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNames
in interfaceCommand
- Specified by:
getActionNames
in classAbstractAction
- See Also:
Command.getActionNames()
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
doAction
public void doAction(ActionEvent e)
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- See Also:
Command.doAction(ActionEvent)
-
-