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
@AutoService(Command.class)
public class StopStoppables
extends AbstractAction
implements ActionListener
Stops stopables (Proxy, Mirror)
- Since:
- 2.5.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
Constructor Details
-
StopStoppables
public StopStoppables()
-
-
Method Details
-
getActionNames
- Specified by:
getActionNames
in interfaceCommand
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
doAction
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- See Also:
-