Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/nonpublic/PingEventPackage.java

Diff revisions: vs.
  @@ -1,27 +1,27 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.eventbus.client.nonpublic;
3 -
4 - import org.litesoft.commonfoundation.base.*;
5 -
6 - public class PingEventPackage implements AlwaysSendToPeer {
7 - public static final PingEventPackage INSTANCE = new PingEventPackage();
8 -
9 - public PingEventPackage() {
10 - }
11 -
12 - public String getSourceName() {
13 - return null;
14 - }
15 -
16 - public String getTargetName() {
17 - return "Ping";
18 - }
19 -
20 - public String getType() {
21 - return null;
22 - }
23 -
24 - public String toString() {
25 - return ClassName.simple( this );
26 - }
27 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.client.nonpublic;
3 +
4 + import org.litesoft.commonfoundation.base.*;
5 +
6 + public class PingEventPackage implements AlwaysSendToPeer {
7 + public static final PingEventPackage INSTANCE = new PingEventPackage();
8 +
9 + public PingEventPackage() {
10 + }
11 +
12 + public String getSourceName() {
13 + return null;
14 + }
15 +
16 + public String getTargetName() {
17 + return "Ping";
18 + }
19 +
20 + public String getType() {
21 + return null;
22 + }
23 +
24 + public String toString() {
25 + return ClassName.simple( this );
26 + }
27 + }