89909192939495
public ClientFactoryImpl() { eventBus = new SimpleEventBus(); placeController = new PlaceController(eventBus); homeViewImpl = new ShowCaseListViewGwtImpl(); }
9596979899100101102103
} @Override public ShowCaseListView getHomeView() { if (homeViewImpl == null) { homeViewImpl = new ShowCaseListViewGwtImpl(); } return homeViewImpl; }