placeController = new PlaceController(placeEventBus);
WebProtegePlaceHistoryMapper placeHistoryMapper = GWT.create(WebProtegePlaceHistoryMapper.class);
PlaceHistoryHandler placeHistoryHandler = new PlaceHistoryHandler(placeHistoryMapper);
placeHistoryHandler.register(placeController, placeEventBus, Place.NOWHERE);
placeHistoryHandler.handleCurrentHistory();
}
public Place getCurrentPlace() {
return placeController.getWhere();