gwt.react.client.events.WheelEventHandler Maven / Gradle / Ivy
package gwt.react.client.events;
import jsinterop.annotations.JsFunction;
/**
* Created by paul on 2016-03-15.
*/
@JsFunction
public interface WheelEventHandler {
void onWheelEvent(WheelEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy