Thanks for your quick replay. The reason is because at: http://jakarta.apache.org/jmeter/extending/JMeter%20Extension%20Scenario.html#config it is written in the section 3: "Implement Listeners - Implement listeners for your GUI components. The UrlConfigGui serves as a satisfactory example."
You are suggesting to look at AssertionVisualizer, but there's no javadoc and I can't see the connection to Listeners. I'm probably lost... On Mon, 06 Sep 2004 10:37:21 -0400, "Michael Stover" <[EMAIL PROTECTED]> said: > I am not sure why you'd look at UrlConfigGui to understand how to write > a listener. I'd suggest looking at AssertionVisualizer. > > -Mike > > On Mon, 2004-09-06 at 09:30, [EMAIL PROTECTED] wrote: > > I'm trying to write a new Listener. > > When I extended a Sampler it was very easy, I just extended > > AbstractJavaSamplerClient and at run time I choose the extended class, > > but > > Listener... > > I looked at: http://jakarta.apache.org/jmeter/extending/index.html, at > > 'Creating your own SampleListener', but in spite of implementing the > > methods in SampleListener as described at the above url and in: > > http://jakarta.apache.org/jmeter/extending/JMeter%20Extension%20Scenario.html, > > I still can't see it when running. I looked at UrlConfigGui - as > > suggested but I can't > > see the connection to Listener implementation. > > > > Can someone help me please. > > > > Thanks. > -- > Michael Stover <[EMAIL PROTECTED]> > Apache Software Foundation > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
