Package org.apache.jmeter.gui.action
Class AbstractAction
- java.lang.Object
-
- org.apache.jmeter.gui.action.AbstractAction
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
CheckDirty
,Copy
,CreateFunctionDialog
,Cut
,Duplicate
,Move
,Paste
,RemoteStart
,ResetSearchCommand
,SearchTreeCommand
,Start
,StopStoppables
,TemplatesCommand
public abstract class AbstractAction extends Object implements Command
-
-
Constructor Summary
Constructors Constructor Description AbstractAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
abstract Set<String>
getActionNames()
protected void
popupShouldSave(ActionEvent e)
-
-
-
Method Detail
-
doAction
public void doAction(ActionEvent e)
- Specified by:
doAction
in interfaceCommand
- See Also:
Command.doAction(ActionEvent)
-
getActionNames
public abstract Set<String> getActionNames()
- Specified by:
getActionNames
in interfaceCommand
- See Also:
Command.getActionNames()
-
popupShouldSave
protected void popupShouldSave(ActionEvent e)
- Parameters:
e
- the event that led to the call of this method
-
-