com.vaadin.polymer.iron.widget.event.IronFormPresubmitEventHandler Maven / Gradle / Ivy
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from iron-form project by The Polymer Authors
* that is licensed with http://polymer.github.io/LICENSE.txt license.
*/
package com.vaadin.polymer.iron.widget.event;
import com.google.gwt.event.shared.EventHandler;
/**
*
*/
public interface IronFormPresubmitEventHandler extends EventHandler {
void onIronFormPresubmit(IronFormPresubmitEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy