org.apache.jmeter.report.gui.action

Class ReportClose

Implemented Interfaces:
Command

public class ReportClose
extends Object
implements Command

This command clears the existing test plan, allowing the creation of a New test plan.

Constructor Summary

ReportClose()
Constructor for the Close object.

Method Summary

void
doAction(ActionEvent e)
This method performs the actual command processing.
Set
getActionNames()
Gets the ActionNames attribute of the Close object.

Constructor Details

ReportClose

public ReportClose()
Constructor for the Close object.

Method Details

doAction

public void doAction(ActionEvent e)
This method performs the actual command processing.
Specified by:
doAction in interface Command
Parameters:
e - the generic UI action event

getActionNames

public Set getActionNames()
Gets the ActionNames attribute of the Close object.
Specified by:
getActionNames in interface Command
Returns:
the ActionNames value

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.