Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/event/HasUpdateHandlers.java

Diff revisions: vs.
  @@ -3,7 +3,6 @@
3 3
4 4 import com.google.gwt.event.shared.*;
5 5
6 - public interface HasUpdateHandlers extends HasHandlers
7 - {
6 + public interface HasUpdateHandlers extends HasHandlers {
8 7 HandlerRegistration addUpdateHandler( UpdateHandler handler );
9 8 }