20#ifndef __com_sun_star_task_XJobListener_idl__
21#define __com_sun_star_task_XJobListener_idl__
26module
com { module sun { module star { module task {
28 published
interface XAsyncJob;
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
specifies a job which must be executed asynchronously
Definition: XAsyncJob.idl:47
listener on finish states of asynchronous job execution
Definition: XJobListener.idl:33
void jobFinished([in] XAsyncJob Job, [in] any Result)
indicates that the job is done
Definition: Accessible.idl:22
Represent a synchronous job, which can be executed by the global theJobExecutor instance.
Definition: Job.idl:37