org.apache.jmeter.visualizers

Interface MonitorListener

Known Implementing Classes:
MonitorHealthPanel, MonitorPerformancePanel

public interface MonitorListener

Pulled this mainly out of a Core Java book to implement a sorted table - haven't implemented this yet, it needs some non-trivial work done to it to support our dynamically-sizing TableModel for this visualizer.

Method Summary

void
addSample(MonitorModel model)

Method Details

addSample

public void addSample(MonitorModel model)

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.