Uses of Interface
com.google.gwt.place.shared.PlaceChangeRequestEvent.Handler
-
Packages that use PlaceChangeRequestEvent.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 PlaceChangeRequestEvent.Handler in com.google.gwt.activity.shared
Classes in com.google.gwt.activity.shared that implement PlaceChangeRequestEvent.Handler Modifier and Type Class Description class
ActivityManager
ManagesActivity
objects that should be kicked off in response toPlaceChangeEvent
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 Modifier and Type Field Description 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 Modifier and Type Method Description GwtEvent.Type<PlaceChangeRequestEvent.Handler>
PlaceChangeRequestEvent. getAssociatedType()
Methods in com.google.gwt.place.shared with parameters of type PlaceChangeRequestEvent.Handler Modifier and Type Method Description protected void
PlaceChangeRequestEvent. dispatch(PlaceChangeRequestEvent.Handler handler)
-