com.vaadin.polymer.elemental.Event Maven / Gradle / Ivy
package com.vaadin.polymer.elemental;
import com.google.gwt.core.client.js.JsProperty;
import com.google.gwt.core.client.js.JsType;
@JsType
public interface Event {
@JsProperty
Detail getDetail();
@JsProperty
EventTarget getTarget();
@JsType
public interface Detail {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy