Package org.apache.jmeter.gui.action
Class RevertProject
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
org.apache.jmeter.gui.action.RevertProject
- All Implemented Interfaces:
 Command
Handles the Revert Project command.
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
doActionMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
RevertProject
public RevertProject() 
 - 
 - 
Method Details
- 
getActionNames
 - 
doActionAfterCheck
Description copied from class:AbstractActionWithNoRunningTestCalled to handleActionEventonly if no test is running- Specified by:
 doActionAfterCheckin classAbstractActionWithNoRunningTest- Parameters:
 e-ActionEvent
 
 -