Project

General

Profile

« Previous | Next » 

Revision 9b853065

Added by Niels Hoffmann almost 14 years ago

Integrated progress monitor into application controller and started integrating it to some imports.

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/CdmIoBase.java
44 44
			logger.warn("No invoke for " + ioName + " (ignored)");
45 45
			return true;
46 46
		}else{
47
			state.getConfig().updateProgress("Invoking " + ioName);
47 48
			return doInvoke(state);
48 49
		}
49 50
	}

Also available in: Unified diff