Uses of Class
com.google.gwt.place.shared.PlaceChangeRequestEvent
-
Packages that use PlaceChangeRequestEvent 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 PlaceChangeRequestEvent in com.google.gwt.activity.shared
Methods in com.google.gwt.activity.shared with parameters of type PlaceChangeRequestEvent Modifier and Type Method Description void
ActivityManager. onPlaceChangeRequest(PlaceChangeRequestEvent event)
Reject the place change if the current activity is not willing to stop. -
Uses of PlaceChangeRequestEvent in com.google.gwt.place.shared
Methods in com.google.gwt.place.shared with parameters of type PlaceChangeRequestEvent Modifier and Type Method Description void
PlaceChangeRequestEvent.Handler. onPlaceChangeRequest(PlaceChangeRequestEvent event)
Called when aPlaceChangeRequestEvent
is fired.
-