/ftr-gwt-library-date/src/main/java/eu/future/earth/gwt/client/date/HasComponentSizeEventHandlers.java

http://ftr-gwt-library.googlecode.com/ · Java · 10 lines · 6 code · 4 blank · 0 comment · 0 complexity · 205b0c99cadcac7598690fb457524c2a MD5 · raw file

  1. package eu.future.earth.gwt.client.date;
  2. import com.google.gwt.event.shared.HandlerRegistration;
  3. import com.google.gwt.event.shared.HasHandlers;
  4. public interface HasComponentSizeEventHandlers extends HasHandlers {
  5. HandlerRegistration addComponentSizeHandler(ComponentSizehandler handler);
  6. }