Uses of Interface
com.google.gwt.place.shared.PlaceChangeEvent.Handler
-
Packages that use PlaceChangeEvent.Handler 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 PlaceChangeEvent.Handler in com.google.gwt.activity.shared
Classes in com.google.gwt.activity.shared that implement PlaceChangeEvent.Handler Modifier and Type Class Description classActivityManagerManagesActivityobjects that should be kicked off in response toPlaceChangeEventevents. -
Uses of PlaceChangeEvent.Handler in com.google.gwt.place.shared
Fields in com.google.gwt.place.shared with type parameters of type PlaceChangeEvent.Handler Modifier and Type Field Description static GwtEvent.Type<PlaceChangeEvent.Handler>PlaceChangeEvent. TYPEA singleton instance of Type<Handler>.Methods in com.google.gwt.place.shared that return types with arguments of type PlaceChangeEvent.Handler Modifier and Type Method Description GwtEvent.Type<PlaceChangeEvent.Handler>PlaceChangeEvent. getAssociatedType()Methods in com.google.gwt.place.shared with parameters of type PlaceChangeEvent.Handler Modifier and Type Method Description protected voidPlaceChangeEvent. dispatch(PlaceChangeEvent.Handler handler)
-