Apache JMeter
1.9

org.apache.jmeter.gui.action
Class New

java.lang.Object
  |
  +--org.apache.jmeter.gui.action.New
All Implemented Interfaces:
Command

public class New
extends Object
implements Command

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

Version:
$Revision: 1.5 $
Author:
Martin Ramshaw

Constructor Summary
New()
          Constructor for the New object.
 
Method Summary
 void doAction(ActionEvent e)
          This method performs the actual command processing.
 Set getActionNames()
          Gets the ActionNames attribute of the New object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

New

public New()
Constructor for the New object.

Method Detail

getActionNames

public Set getActionNames()
Gets the ActionNames attribute of the New object.

Specified by:
getActionNames in interface Command
Returns:
the ActionNames value

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

Apache JMeter
1.9

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