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

com.vaadin.polymer.marked.widget.event.MarkedLoadendEvent Maven / Gradle / Ivy

The newest version!
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from marked-element project by The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)
 * that is licensed with https://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.marked.widget.event;

import com.google.gwt.event.dom.client.DomEvent;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.JavaScriptObject;

/**
 * 

Fired when the XHR finishes loading

*/ public class MarkedLoadendEvent extends DomEvent { public static Type TYPE = new Type( com.vaadin.polymer.marked.event.MarkedLoadendEvent.NAME, new MarkedLoadendEvent()); public MarkedLoadendEvent() { } public Type getAssociatedType() { return TYPE; } protected void dispatch(MarkedLoadendEventHandler handler) { handler.onMarkedLoadend(this); } public com.vaadin.polymer.marked.event.MarkedLoadendEvent getPolymerEvent() { return (com.vaadin.polymer.marked.event.MarkedLoadendEvent)super.getNativeEvent(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy