Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.eventbus.client;
3 -
4 - public interface EventSubscriptionStructure {
5 - public String getSubscribeWith();
6 -
7 - public EventPackageListener getEventListener();
8 -
9 - public static final EventSubscriptionStructure[] EMPTY_ARRAY = new EventSubscriptionStructure[0];
10 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.client;
3 +
4 + public interface EventSubscriptionStructure {
5 + public String getSubscribeWith();
6 +
7 + public EventPackageListener getEventListener();
8 +
9 + public static final EventSubscriptionStructure[] EMPTY_ARRAY = new EventSubscriptionStructure[0];
10 + }