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