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

fr.profi.mzdb.util.concurrent.Callback Maven / Gradle / Ivy

There is a newer version: 0.0.27
Show newest version
package fr.profi.mzdb.util.concurrent;

/**
 * @author JeT
 *
 */
public interface Callback {

    public void onCompletion(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy