com.vaadin.polymer.iron.widget.event.IronResizeEventHandler Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from vaadin-split-layout project by Vaadin Ltd
* that is licensed with Apache-2.0 license.
*/
package com.vaadin.polymer.iron.widget.event;
import com.google.gwt.event.shared.EventHandler;
/**
*
*/
public interface IronResizeEventHandler extends EventHandler {
void onIronResize(IronResizeEvent event);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy