return new AssetViewerActivityViewImpl();
}
public PerspectivesPanelView getPerspectivesPanelView() {
if ( perspectivesPanelView == null ) {
perspectivesPanelView = new PerspectivesPanelViewImpl( clientFactory,
eventBus );
}
return perspectivesPanelView;
}