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

com.vaadin.polymer.request.element.event.RequestEvent Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from iron-ajax project by The Polymer Authors
 * that is licensed with http://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.request.element.event;

import com.vaadin.polymer.elemental.*;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.js.JsProperty;
import com.google.gwt.core.client.js.JsType;

/**
 * 

Fired when a request is sent.

*/ @JsType public interface RequestEvent extends Event { static final String NAME = "request"; public abstract class Listener implements EventListener { protected abstract void handleEvent(RequestEvent event); @Override public void handleEvent(Event event) { handleEvent((RequestEvent) event); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy