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