|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.report.gui.action.ReportActionRouter
| Method Summary | |
void |
actionPerformed(ActionEvent e)
|
void |
addPostActionListener(Class action,
ActionListener listener)
Allows an ActionListener to receive notification of a command being executed after the command has executed. |
void |
addPreActionListener(Class action,
ActionListener listener)
Allows an ActionListener to receive notification of a command being executed prior to the actual execution of the command. |
void |
doActionNow(ActionEvent e)
To execute an action immediately in the current thread. |
Set |
getAction(String actionName)
|
Command |
getAction(String actionName,
Class actionClass)
|
Command |
getAction(String actionName,
String className)
|
static ReportActionRouter |
getInstance()
Gets the Instance attribute of the ActionRouter class |
protected void |
postActionPerformed(Class action,
ActionEvent e)
|
protected void |
preActionPerformed(Class action,
ActionEvent e)
|
void |
removePostActionListener(Class action,
ActionListener listener)
Allows an ActionListener to be removed from receiving notifications of a command being executed after the command has executed. |
void |
removePreActionListener(Class action,
ActionListener listener)
Allows an ActionListener to be removed from receiving notifications of a command being executed prior to the actual execution of the command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void doActionNow(ActionEvent e)
e - the action to executepublic Set getAction(String actionName)
public Command getAction(String actionName,
Class actionClass)
public Command getAction(String actionName,
String className)
public void addPreActionListener(Class action,
ActionListener listener)
action - the Class of the command for which the listener will
notifications for. Class must extend
org.apache.jmeter.report.gui.action.Command.listener - the ActionListener to receive the notifications
public void removePreActionListener(Class action,
ActionListener listener)
action - the Class of the command for which the listener will
notifications for. Class must extend
org.apache.jmeter.report.gui.action.Command.listener - the ActionListener to receive the notifications
public void addPostActionListener(Class action,
ActionListener listener)
action - the Class of the command for which the listener will
notifications for. Class must extend
org.apache.jmeter.report.gui.action.Command.listener -
public void removePostActionListener(Class action,
ActionListener listener)
action - the Class of the command for which the listener will
notifications for. Class must extend
org.apache.jmeter.report.gui.action.Command.listener -
protected void preActionPerformed(Class action,
ActionEvent e)
protected void postActionPerformed(Class action,
ActionEvent e)
public static ReportActionRouter getInstance()
|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||