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 voidupdateGui()voidupdateGui(MonitorModel event)
-
-
-
Method Detail
-
updateGui
void updateGui(MonitorModel event)
-
updateGui
void updateGui()
-
-