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