Tom Seidel @ 19:07

Using the Eclipse Jobs-API(转载)

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

Using the Eclipse Jobs-API(转载)(more info)

转载自:

http://www.richclient2.de/2006_09_28/using-the-eclipse-jobs-api/#more-79

参考: http://www.eclipse.org/articles/Article-Concurrency/jobs-api.html

相关文章: