Package com.google.gwt.place.shared
Class PlaceController
java.lang.Object
com.google.gwt.place.shared.PlaceController
In charge of the user's location in the app.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Default implementation ofPlaceController.Delegate
, based onWindow
.static interface
Optional delegate in charge of Window-related events. -
Constructor Summary
ConstructorDescriptionPlaceController
(EventBus eventBus) Deprecated.PlaceController
(EventBus eventBus, PlaceController.Delegate delegate) Deprecated.PlaceController
(EventBus eventBus) Create a new PlaceController with aPlaceController.DefaultDelegate
.PlaceController
(EventBus eventBus, PlaceController.Delegate delegate) Create a new PlaceController. -
Method Summary
PlaceController(EventBus)