On 30/05/07, Marius Cosma <[EMAIL PROTECTED]> wrote:
Hi, I am kind of newbie in Jmeter development, so please don't shoot :) I have some custom test elements(config & sampler) and I would like to do some cleaning stuff when the user closes current test plan (eg. File-Close menu option) Do you know the proper way to do it?
There is no way currently to detect file closure. Normally test elements implement the TestListener interface to allow for clean-up. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

