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
-
Method Summary
Methods inherited from class org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
doAction
Methods 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:AbstractActionWithNoRunningTest
Called to handleActionEvent
only if no test is running- Specified by:
doActionAfterCheck
in classAbstractActionWithNoRunningTest
- Parameters:
e
-ActionEvent
-