Subversion Repository Public Repository

litesoft

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

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