com.vaadin.polymer.iron.widget.event.IronItemsChangedEventHandler Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from paper-tabs 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 IronItemsChangedEventHandler extends EventHandler {
void onIronItemsChanged(IronItemsChangedEvent event);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy