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

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

The newest version!
package tools.dynamia.ui;

import java.util.List;

@FunctionalInterface
public interface SelectionEventCallback {

    void onSelect(List selection);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy