org.apache.jmeter.visualizers
Interface ModelListener
public interface ModelListener
The Interface to be implemented by any class that wants to be notified by
model which makes use of this callback-Interface.
void | displayMessage(String messageString, boolean isError) - Informs the Visualizer that a message should be displayed.
|
void | updateVisualizer() - Informs the Visualizer that the model has changed.
|
displayMessage
public void displayMessage(String messageString,
boolean isError)
Informs the Visualizer that a message should be displayed.
updateVisualizer
public void updateVisualizer()
Informs the Visualizer that the model has changed.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.