Tom Seidel @ 19:07
The example is a simple Eclipse RCP that demonstrates some features of the job-api. It works not directly on a job object, but on a wrapper, that makes life more easier and can also be used as a third-party-plugin for job-handling within your RCP.
The following feature are covered:
- UIJob/NonUIJob
- Dialog
- Scheduling Rules
- Delay
- Job ReturnValues
- Job-Images
Download
转载自:
http://www.richclient2.de/2006_09_28/using-the-eclipse-jobs-api/#more-79
参考: http://www.eclipse.org/articles/Article-Concurrency/jobs-api.html