Package org.apache.jmeter.gui.action
Class LoggerPanelEnableDisable
- java.lang.Object
-
- org.apache.jmeter.gui.action.LoggerPanelEnableDisable
-
-
Constructor Summary
Constructors Constructor Description LoggerPanelEnableDisable()
Constructor for object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
This method performs the actual command processing.Set<String>
getActionNames()
Gets the ActionNames attribute of the action
-
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
Gets the ActionNames attribute of the action- Specified by:
getActionNames
in interfaceCommand
- Returns:
- the ActionNames value
-
doAction
public void doAction(ActionEvent e)
This method performs the actual command processing.
-
-