/ftr-gwt-library-file/src/main/java/eu/future/earth/gwt/client/events/HasFileEventHandlers.java

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

  1. package eu.future.earth.gwt.client.events;
  2. import com.google.gwt.event.shared.HandlerRegistration;
  3. import com.google.gwt.event.shared.HasHandlers;
  4. public interface HasFileEventHandlers extends HasHandlers{
  5. HandlerRegistration addFileEventHandler(FileEventListener handler);
  6. }