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
Nested ClassesModifier and TypeClassDescriptionstatic classDefault implementation ofPlaceController.Delegate, based onWindow.static interfaceOptional delegate in charge of Window-related events. -
Constructor Summary
ConstructorsConstructorDescriptionPlaceController(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)