Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,10 +2,8 @@
2 2
3 3 import com.google.gwt.place.shared.*;
4 4
5 - public interface PlaceChangeListener
6 - {
7 - enum Source
8 - {
5 + public interface PlaceChangeListener {
6 + enum Source {
9 7 Forward, // The Place Change is the result of calling PlaceChanger.goForwardTo( pNewPlace ).
10 8 Back, // The Place Change is the result of calling PlaceChanger.goBack().
11 9 Unexpected // The Place Change does not appear to be the result of calling a PlaceChanger method (such as a deep link).