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

org.jmeterplugins.repository.GenericCallback Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package org.jmeterplugins.repository;

public interface GenericCallback {
    void notify(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy