org.apache.jmeter.threads

Class ListenerNotifier


public class ListenerNotifier
extends Object

Processes sample events. The current implementation processes events in the calling thread using notifyListeners(SampleEvent,List) The other code is not used currently, so is commented out.

Method Summary

void
notifyListeners(SampleEvent res, List listeners)
Notify a list of listeners that a sample has occurred.

Method Details

notifyListeners

public void notifyListeners(SampleEvent res,
                            List listeners)
Notify a list of listeners that a sample has occurred.
Parameters:
res - the sample event that has occurred. Must be non-null.
listeners - a list of the listeners which should be notified. This list must not be null and must contain only SampleListener elements.

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