Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/OnBrowserEventListener.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets.nonpublic;
3 -
4 - import com.google.gwt.user.client.*;
5 -
6 - public interface OnBrowserEventListener {
7 - /**
8 - * @return True if event was handled. False will call the super's onBrowserEvent(...) method
9 - */
10 - public boolean onBrowserEvent( Event event );
11 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets.nonpublic;
3 +
4 + import com.google.gwt.user.client.*;
5 +
6 + public interface OnBrowserEventListener {
7 + /**
8 + * @return True if event was handled. False will call the super's onBrowserEvent(...) method
9 + */
10 + public boolean onBrowserEvent( Event event );
11 + }