@Override public void create( final Package pkg, final String baseFileName, final NewResourcePresenter presenter) { busyIndicatorView.showBusyIndicator(CommonConstants.INSTANCE.Saving()); solverService .call( getSuccessCallback(presenter), new HasBusyIndicatorDefaultErrorCallback(busyIndicatorView)) .create( pkg.getPackageMainResourcesPath(), buildFileName(baseFileName, resourceType), "", ""); }
@Override public void showSavingIndicator() { showBusyIndicator(CommonConstants.INSTANCE.Saving()); }