We are missing an interface named "GraphAccumListener", and
a static utility class called "ColorHelper".  Also
"GraphAccumModel" is missing the updateGui(SampleResult s)
method expected:

  protected void quickUpdate(SampleResult s)
  {
    Iterator iter = listeners.iterator();
    {
      while (iter.hasNext())
      {
        ((GraphAccumListener)iter.next()).updateGui(s);
      }
    }
  }


Without those missing pieces JMeter won't compile.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to