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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidMethods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
StopStoppablespublic StopStoppables()
 
- 
- 
Method Details- 
getActionNames- Specified by:
- getActionNamesin interface- Command
 
- 
actionPerformed- Specified by:
- actionPerformedin interface- ActionListener
 
- 
doAction- Specified by:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- See Also:
 
 
-