Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/pavsupport/PlaceChanger.java

Diff revisions: vs.
  @@ -5,10 +5,8 @@
5 5 import com.google.gwt.place.shared.*;
6 6 import com.google.gwt.user.client.*;
7 7
8 - public interface PlaceChanger
9 - {
10 - enum GoToPlace
11 - {
8 + public interface PlaceChanger {
9 + enum GoToPlace {
12 10 AlreadyThere,
13 11 NoActivity,
14 12 CurrentActivityRejectedLeaving
  @@ -31,7 +29,7 @@
31 29 /**
32 30 * Request a change to a new place (and if we get there, the resulting URL will
33 31 * become the new top of the History Stack).
34 - *
32 + * <p/>
35 33 * It is not a given that we'll actually get there. First a
36 34 * {@link PlaceChangeRequestEvent} will be posted to the event bus. If any
37 35 * receivers post a warning message to that event, it will be presented to