Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,8 +1,8 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.event;
3 -
4 - import com.google.gwt.event.shared.*;
5 -
6 - public interface HasUpdateHandlers extends HasHandlers {
7 - HandlerRegistration addUpdateHandler( UpdateHandler handler );
8 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.event;
3 +
4 + import com.google.gwt.event.shared.*;
5 +
6 + public interface HasUpdateHandlers extends HasHandlers {
7 + HandlerRegistration addUpdateHandler( UpdateHandler handler );
8 + }