Interface IThreadGroupListener


  • public interface IThreadGroupListener
    Listener that is interested to know when new thread groups are created.
    • Method Detail

      • threadGroupAdded

        void threadGroupAdded​(IThreadGroup threadGroup)
        Notified when a thread group has been added.
        Parameters:
        threadGroup - Thread group that has been added. Must not be null.