Subversion Repository Public Repository

litesoft

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

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