Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/eventbus/server/WindowClosingEventPackage.java

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