addPostActionListener(Class action, ActionListener listener) Allows an ActionListener to receive notification of a command being
executed after the command has executed.
Parameters: action - the Class of the command for which the listener willnotifications for.
public 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.
Parameters: action - the Class of the command for which the listener willnotifications for.
removePostActionListener(Class action, ActionListener listener) Allows an ActionListener to be removed from receiving notifications of a
command being executed after the command has executed.
Parameters: action - the Class of the command for which the listener willnotifications for.
public 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.
Parameters: action - the Class of the command for which the listener willnotifications for.
Allows an ActionListener to receive notification of a command being
executed after the command has executed.
Parameters: action - the Class of the command for which the listener willnotifications for. Class must extendorg.apache.jmeter.gui.action.Command. Parameters: listener -
Allows an ActionListener to receive notification of a command being
executed prior to the actual execution of the command.
Parameters: action - the Class of the command for which the listener willnotifications for. Class must extendorg.apache.jmeter.gui.action.Command. Parameters: listener - the ActionListener to receive the notifications
Allows an ActionListener to be removed from receiving notifications of a
command being executed after the command has executed.
Parameters: action - the Class of the command for which the listener willnotifications for. Class must extendorg.apache.jmeter.gui.action.Command. Parameters: listener -
Allows an ActionListener to be removed from receiving notifications of a
command being executed prior to the actual execution of the command.
Parameters: action - the Class of the command for which the listener willnotifications for. Class must extendorg.apache.jmeter.gui.action.Command. Parameters: listener - the ActionListener to receive the notifications