List of usage examples for com.google.gwt.place.shared PlaceHistoryHandler PlaceHistoryHandler
public PlaceHistoryHandler(PlaceHistoryMapper mapper, Historian historian)
From source file:uk.co.threeonefour.ifictionary.engine.client.gin.Level9InjectorModule.java
License:Apache License
@Provides @Singleton/*from w w w .j av a2s . c om*/ PlaceHistoryHandler providePlaceHistoryHandler(PlaceHistoryMapper historyMapper, Historian historian, PlaceController placeController, EventBus eventBus, @DefaultPlace Place defaultPlace) { PlaceHistoryHandler historyHandler = new PlaceHistoryHandler(historyMapper, historian); historyHandler.register(placeController, eventBus, defaultPlace); return historyHandler; }