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

tools.dynamia.ui.SelectEventCallback Maven / Gradle / Ivy

The newest version!
package tools.dynamia.ui;

@FunctionalInterface
public interface SelectEventCallback {

    void onSelect(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy