tools.dynamia.ui.EventCallback 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;
/**
* 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