knowing / Medmon

Medical Monitoring
5 stars 0 forks source link

IDBModelService: Refactoring #103

Closed muuki88 closed 12 years ago

muuki88 commented 12 years ago

Task

The DBModelService should use an IProgressMonitor to display progress which is given for all methods as a parameter.

Remove all Thread.sleep() calls.

Organize imports...

Additional Information

There's an Eclipse implementation for a ProgressDialog, which is only displayed, when the execution time excess a certain threshold.

@see http://www.eclipse.org/articles/Article-Progress-Monitors/article.html @see NullProgressMonitor Javadoc

muuki88 commented 12 years ago

This is invalid