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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
StopStoppables
public StopStoppables() 
 - 
 - 
Method Details
- 
getActionNames
- Specified by:
 getActionNamesin interfaceCommand
 - 
actionPerformed
- Specified by:
 actionPerformedin interfaceActionListener
 - 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- See Also:
 
 
 -