Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/EventBusRemoteServiceAsync.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 - import org.litesoft.GWT.eventbus.client.rpc.*;
5 -
6 - import com.google.gwt.user.client.rpc.*;
7 -
8 - public interface EventBusRemoteServiceAsync extends ChannelServiceAsync {
9 - void initialize( String pEncodedClientId, AsyncCallback callback );
10 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.client;
3 +
4 + import org.litesoft.GWT.eventbus.client.rpc.*;
5 +
6 + import com.google.gwt.user.client.rpc.*;
7 +
8 + public interface EventBusRemoteServiceAsync extends ChannelServiceAsync {
9 + void initialize( String pEncodedClientId, AsyncCallback callback );
10 + }