Package org.apache.jmeter.threads
Interface RemoteThreadsLifeCycleListener
-
public interface RemoteThreadsLifeCycleListenerInterface notified when number of active threads changes- Since:
- 2.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidthreadNumberDecreased(int numberOfThreads)voidthreadNumberIncreased(int numberOfThreads)
-