Package com.google.gwt.place.shared
Class PlaceController
java.lang.Object
com.google.gwt.place.shared.PlaceController
-
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
-
Constructor Details
-
Method Details
-
getWhere
-
log
Logger log()Visible for testing.
-
PlaceController(EventBus)