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 voidActivityManager. 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 voidPlaceChangeRequestEvent.Handler. onPlaceChangeRequest(PlaceChangeRequestEvent event)Called when aPlaceChangeRequestEventis fired.
-