Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/menu/HotKeyDef.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.menu;
2 3
3 4 import org.litesoft.GWT.client.*;
  @@ -6,7 +7,7 @@
6 7 public class HotKeyDef implements RPCpassable
7 8 {
8 9 private static final long serialVersionUID = 1L;
9 -
10 +
10 11 private KeyboardKeyModifier mModifier;
11 12 private char mKey;
12 13
  @@ -16,7 +17,7 @@
16 17 public HotKeyDef()
17 18 {
18 19 }
19 -
20 +
20 21 public HotKeyDef( KeyboardKeyModifier pModifier, char pKey )
21 22 {
22 23 mKey = pKey;