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