Package org.apache.jmeter.gui.action
Class ExitCommand
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
org.apache.jmeter.gui.action.ExitCommand
- All Implemented Interfaces:
 Command
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidDescription of the MethodGets the ActionNames attribute of the ExitCommand objectMethods inherited from class org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
doActionMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
ExitCommand
public ExitCommand()Constructor for the ExitCommand object 
 - 
 - 
Method Details
- 
getActionNames
Gets the ActionNames attribute of the ExitCommand object- Returns:
 - The ActionNames value
 
 - 
doActionAfterCheck
Description of the Method- Specified by:
 doActionAfterCheckin classAbstractActionWithNoRunningTest- Parameters:
 e- Description of Parameter
 
 -