GWT 2.7.0

Uses of Class
com.google.gwt.place.shared.PlaceChangeEvent

Packages that use PlaceChangeEvent
com.google.gwt.activity.shared Classes used to implement app navigation. 
com.google.gwt.place.shared A package for managing bookmarkable locations in an application. 
 

Uses of PlaceChangeEvent in com.google.gwt.activity.shared
 

Methods in com.google.gwt.activity.shared with parameters of type PlaceChangeEvent
 void ActivityManager.onPlaceChange(PlaceChangeEvent event)
          Deactivate the current activity, find the next one from our ActivityMapper, and start it.
 

Uses of PlaceChangeEvent in com.google.gwt.place.shared
 

Methods in com.google.gwt.place.shared with parameters of type PlaceChangeEvent
 void PlaceChangeEvent.Handler.onPlaceChange(PlaceChangeEvent event)
          Called when a PlaceChangeEvent is fired.
 


GWT 2.7.0