Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/input/support/events/NonDomEvent.java

Diff revisions: vs.
  @@ -3,7 +3,7 @@
3 3 import com.google.gwt.event.shared.*;
4 4
5 5 public interface NonDomEvent<H extends EventHandler> {
6 - public void setSource(Object source);
6 + public void setSource( Object source );
7 7
8 - public void dispatch(H handler);
8 + public void dispatch( H handler );
9 9 }