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 class
ActivityManager
ManagesActivity
objects that should be kicked off in response toPlaceChangeEvent
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 Modifier and Type Field Description 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 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 void
PlaceChangeEvent. dispatch(PlaceChangeEvent.Handler handler)
-