| Package | Description | 
|---|---|
| commonj.work | Provides interfaces for commonj Work and WorkManager. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkListener. workAccepted(WorkEvent we)This is called when the Work is accepted for dispatching. | 
| void | WorkListener. workCompleted(WorkEvent we)This is called once Work.run returns. | 
| void | WorkListener. workRejected(WorkEvent we)This is called when the Work cannot be processed prior to starting but after accept. | 
| void | WorkListener. workStarted(WorkEvent we)This is called when the Work is about to start. |