react4j.dom.events.UIEventHandler Maven / Gradle / Ivy
package react4j.dom.events;
import jsinterop.annotations.JsFunction;
@JsFunction
@FunctionalInterface
public interface UIEventHandler
{
void onUIEvent( UIEvent event );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy