GWT 2.1.1

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

Packages that use PlaceChangeEvent.Handler
com.google.gwt.activity.shared   
com.google.gwt.place.shared   
 

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
           
 

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.1.1