All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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