Subversion Repository Public Repository

litesoft

Diff Revisions 540 vs 548 for /trunk/GWT_Sandbox/MultiModule/foundation/src/org/litesoft/sandbox/multimodule/foundation/client/ClientFactory.java

Diff revisions: vs.
  @@ -1,13 +1,10 @@
1 1 package org.litesoft.sandbox.multimodule.foundation.client;
2 2
3 - import com.google.gwt.event.shared.*;
4 3 import org.litesoft.sandbox.anywhere.die.*;
5 4 import org.litesoft.sandbox.infrastructure.client.*;
6 5
7 6 public interface ClientFactory extends CommonActivityParameter
8 7 {
9 - EventBus getEventBus();
10 -
11 8 Die getDie();
12 9
13 10 void adjustDieFor( Places pPlaceID );