![JAR search and dependency download from the Maven repository](/logo.png)
fr.lteconsulting.angular2gwt.client.interop.Event Maven / Gradle / Ivy
package fr.lteconsulting.angular2gwt.client.interop;
import jsinterop.annotations.JsMethod;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "Event" )
public class Event
{
@JsMethod
public native void preventDefault();
@JsMethod
public native void stopPropagation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy