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

io.webfolder.ui4j.api.dialog.AlertHandler Maven / Gradle / Ivy

The newest version!
package io.webfolder.ui4j.api.dialog;

@FunctionalInterface
public interface AlertHandler {

    void handle(DialogEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy