Uses of Class
com.google.gwt.place.shared.PlaceChangeEvent
-
Packages that use PlaceChangeEvent Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
PlaceChangeEvent.Handler. onPlaceChange(PlaceChangeEvent event)
Called when aPlaceChangeEvent
is fired.
-