Java com.google.gwt.place.shared PlaceHistoryHandler fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.place.shared PlaceHistoryHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.place.shared PlaceHistoryHandler.

The text is from its open source code.

Subclass

com.google.gwt.place.shared.PlaceHistoryHandler has subclasses.
Click this link to see all its subclasses.

Constructor

PlaceHistoryHandler(PlaceHistoryMapper mapper)
Create a new PlaceHistoryHandler with a DefaultHistorian .
PlaceHistoryHandler(PlaceHistoryMapper mapper, Historian historian)
Create a new PlaceHistoryHandler.

Method

voidhandleCurrentHistory()
Handle the current history token.
com.google.gwt.event.shared.HandlerRegistrationregister(PlaceController placeController, com.google.gwt.event.shared.EventBus eventBus, Place defaultPlace)
Legacy method tied to the old location for EventBus .
HandlerRegistrationregister(PlaceController placeController, EventBus eventBus, Supplier defaultPlaceSupplier)
Initialize this place history handler.