Package org.apache.jmeter.gui.action
Class AbstractActionWithNoRunningTest
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
ChangeLanguage
,Close
,ExitCommand
,Load
,Restart
,RevertProject
,TemplatesCommand
AbstractAction
implementation that check no test is running
before calling doActionAfterCheck(ActionEvent)
- Since:
- 3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
protected abstract void
Called to handleActionEvent
only if no test is runningMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jmeter.gui.action.Command
getActionNames
-
Constructor Details
-
AbstractActionWithNoRunningTest
public AbstractActionWithNoRunningTest()
-
-
Method Details
-
doAction
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- Throws:
IllegalUserActionException
- See Also:
-
doActionAfterCheck
Called to handleActionEvent
only if no test is running- Parameters:
e
-ActionEvent
- Throws:
IllegalUserActionException
- when user action is invalid
-