Package org.apache.jmeter.visualizers
Interface MonitorGuiListener
-
- All Known Implementing Classes:
MonitorGraph
,ServerPanel
public interface MonitorGuiListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateGui()
void
updateGui(MonitorModel event)
-
-
-
Method Detail
-
updateGui
void updateGui(MonitorModel event)
-
updateGui
void updateGui()
-
-