GWT 2.7.0

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

Packages that use PlaceChangeRequestEvent
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
 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
 void PlaceChangeRequestEvent.Handler.onPlaceChangeRequest(PlaceChangeRequestEvent event)
          Called when a PlaceChangeRequestEvent is fired.
 


GWT 2.7.0