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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidprotected abstract voidCalled to handleActionEventonly if no test is runningMethods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSaveMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jmeter.gui.action.CommandgetActionNames
- 
Constructor Details- 
AbstractActionWithNoRunningTestpublic AbstractActionWithNoRunningTest()
 
- 
- 
Method Details- 
doAction- Specified by:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- Throws:
- IllegalUserActionException
- See Also:
 
- 
doActionAfterCheckCalled to handleActionEventonly if no test is running- Parameters:
- e-- ActionEvent
- Throws:
- IllegalUserActionException- when user action is invalid
 
 
-