Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,13 +1,13 @@
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 KeyEventDumper {
7 - public void dump( Event pEvent );
8 -
9 - public static final KeyEventDumper NULL = new KeyEventDumper() {
10 - public void dump( Event pEvent ) {
11 - }
12 - };
13 - }
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 KeyEventDumper {
7 + public void dump( Event pEvent );
8 +
9 + public static final KeyEventDumper NULL = new KeyEventDumper() {
10 + public void dump( Event pEvent ) {
11 + }
12 + };
13 + }