GWT 2.7.0

Uses of Interface
com.google.gwt.place.shared.PlaceController.Delegate

Packages that use PlaceController.Delegate
com.google.gwt.place.shared A package for managing bookmarkable locations in an application. 
 

Uses of PlaceController.Delegate in com.google.gwt.place.shared
 

Classes in com.google.gwt.place.shared that implement PlaceController.Delegate
static class PlaceController.DefaultDelegate
          Default implementation of PlaceController.DefaultDelegate, based on Window.
 

Constructors in com.google.gwt.place.shared with parameters of type PlaceController.Delegate
PlaceController(EventBus eventBus, PlaceController.Delegate delegate)
          Deprecated. use PlaceController.PlaceController(EventBus, Delegate)
PlaceController(EventBus eventBus, PlaceController.Delegate delegate)
          Create a new PlaceController.
 


GWT 2.7.0