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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopStoppables
public StopStoppables()
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNames
in interface Command
- Specified by:
getActionNames
in class AbstractAction
- See Also:
Command.getActionNames()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
doAction
public void doAction(ActionEvent e)
- Specified by:
doAction
in interface Command
- Overrides:
doAction
in class AbstractAction
- See Also:
Command.doAction(ActionEvent)
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.