/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
- package eu.future.earth.gwt.client.events;
-
- import com.google.gwt.event.shared.HandlerRegistration;
- import com.google.gwt.event.shared.HasHandlers;
-
- public interface HasFileEventHandlers extends HasHandlers{
-
- HandlerRegistration addFileEventHandler(FileEventListener handler);
-
- }