Subversion Repository Public Repository

litesoft

Diff Revisions 507 vs 508 for /trunk/GWT_Sandbox/MultiModule/groupBack/src/org/litesoft/sandbox/multimodule/groupback/client/bottom/BottomView.java

Diff revisions: vs.
  @@ -1,9 +1,9 @@
1 - package org.litesoft.sandbox.multimodule.groupfront.client.front;
1 + package org.litesoft.sandbox.multimodule.groupback.client.bottom;
2 2
3 3 import com.google.gwt.place.shared.*;
4 4 import com.google.gwt.user.client.ui.*;
5 5
6 - public interface FrontView extends IsWidget
6 + public interface BottomView extends IsWidget
7 7 {
8 8 void setPresenter( Presenter pPresenter );
9 9