Package org.apache.jmeter.threads
Interface RemoteThreadsLifeCycleListener
public interface RemoteThreadsLifeCycleListener
Interface notified when number of active threads changes
- Since:
- 2.10
- 
Method SummaryModifier and TypeMethodDescriptionvoidthreadNumberDecreased(int numberOfThreads) voidthreadNumberIncreased(int numberOfThreads) 
- 
Method Details- 
threadNumberIncreasedvoid threadNumberIncreased(int numberOfThreads) - Parameters:
- numberOfThreads- number of active threads
 
- 
threadNumberDecreasedvoid threadNumberDecreased(int numberOfThreads) - Parameters:
- numberOfThreads- number of active threads
 
 
-