LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_task_XJobListener_idl__
21 #define __com_sun_star_task_XJobListener_idl__
26 module
com { module sun { module star { module task {
28 published
interface XAsyncJob;
Represent a synchronous job, which can be executed by the global theJobExecutor instance.
Definition: Job.idl:37
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
Definition: Ambiguous.idl:22
void jobFinished([in] XAsyncJob Job, [in] any Result)
indicates that the job is done