gwt.react.client.events.MouseEventHandler Maven / Gradle / Ivy
package gwt.react.client.events;
import jsinterop.annotations.JsFunction;
@JsFunction
public interface MouseEventHandler {
void onMouseEvent(MouseEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy