tools.dynamia.ui.SelectEventCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools.dynamia.ui Show documentation
Show all versions of tools.dynamia.ui Show documentation
Helper classes for module integrations and messages
The newest version!
package tools.dynamia.ui;
@FunctionalInterface
public interface SelectEventCallback {
void onSelect(T value);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy