GWT 2.7.0

Uses of Interface
com.google.gwt.place.shared.PlaceChangeRequestEvent.Handler

Packages that use PlaceChangeRequestEvent.Handler
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.Handler in com.google.gwt.activity.shared
 

Classes in com.google.gwt.activity.shared that implement PlaceChangeRequestEvent.Handler
 class ActivityManager
          Manages Activity objects that should be kicked off in response to PlaceChangeEvent events.
 

Uses of PlaceChangeRequestEvent.Handler in com.google.gwt.place.shared
 

Fields in com.google.gwt.place.shared with type parameters of type PlaceChangeRequestEvent.Handler
static GwtEvent.Type<PlaceChangeRequestEvent.Handler> PlaceChangeRequestEvent.TYPE
          A singleton instance of Type<Handler>.
 

Methods in com.google.gwt.place.shared that return types with arguments of type PlaceChangeRequestEvent.Handler
 GwtEvent.Type<PlaceChangeRequestEvent.Handler> PlaceChangeRequestEvent.getAssociatedType()
           
 

Methods in com.google.gwt.place.shared with parameters of type PlaceChangeRequestEvent.Handler
protected  void PlaceChangeRequestEvent.dispatch(PlaceChangeRequestEvent.Handler handler)
           
 


GWT 2.7.0