Package com.ibm.jdg2e.concurrency.jobs

Class Summary
CustomJob An implementation of job processing that is used to demonstrate the function and capability of a job run using the Eclipse job framework.
CustomJobListener Writes job event details to the console and the list in the Jobs Demo view.
CustomJobWork Implements a looping construct to emulate real work being performed by a job.
CustomUIJob An implementation of UIJob processing that is used to demonstrate the function and capability of a job that runs on the UI thread using the Eclipse job framework.