AppHistoryObserver historyObserver = new AppHistoryObserver();
MGWTPlaceHistoryHandler historyHandler = new MGWTPlaceHistoryHandler(historyMapper, historyObserver);
historyHandler.register(clientFactory.getPlaceController(), clientFactory.getEventBus(), new HomePlace());
historyHandler.handleCurrentHistory();
}
private void createPhoneDisplay(ClientFactory clientFactory) {
AnimationWidget display = new AnimationWidget();