|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.threads.ListenerNotifier
public class ListenerNotifier
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.
Constructor Summary | |
---|---|
ListenerNotifier()
|
Method Summary | |
---|---|
void |
notifyListeners(SampleEvent res,
java.util.List listeners)
Notify a list of listeners that a sample has occurred. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListenerNotifier()
Method Detail |
---|
public void notifyListeners(SampleEvent res, java.util.List listeners)
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.
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |