Subversion Repository Public Repository

litesoft

Diff Revisions 626 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/pavment/ForcedPlaceChanger.java

Diff revisions: vs.
  @@ -1,7 +1,7 @@
1 1 package com.temp.client.foundation.pavment;
2 2
3 - import com.google.gwt.place.shared.Place;
3 + import com.google.gwt.place.shared.*;
4 4
5 5 public interface ForcedPlaceChanger extends CurrentPlaceAccessor {
6 - void goTo(Place place);
6 + void goTo( Place place );
7 7 }