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

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

The newest version!
package tools.dynamia.ui;

/**
 * Simple event callback for event listener where the event object is not important
 */
@FunctionalInterface
public interface EventCallback {

    void onEvent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy