eu.future.earth.gwt.client.date.HasComponentSizeEventHandlers Maven / Gradle / Ivy
package eu.future.earth.gwt.client.date;
import com.google.gwt.event.shared.HandlerRegistration;
import com.google.gwt.event.shared.HasHandlers;
public interface HasComponentSizeEventHandlers extends HasHandlers {
HandlerRegistration addComponentSizeHandler(ComponentSizehandler handler);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy