GWT 2.7.0

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

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

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

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

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

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

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


GWT 2.7.0