All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blazemeter.jmeter.threads.ParamsPanel Maven / Gradle / Ivy

package com.blazemeter.jmeter.threads;

import kg.apc.jmeter.JMeterVariableEvaluator;

public interface ParamsPanel {
    void modelToUI(AbstractDynamicThreadGroup tg);

    void UItoModel(AbstractDynamicThreadGroup tg, JMeterVariableEvaluator evaluator);

    void clearUI();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy