LibreOffice
LibreOffice 24.2 SDK API Reference
|
listener on finish states of asynchronous job execution More...
import"XJobListener.idl";
Public Member Functions | |
void | jobFinished ([in] XAsyncJob Job, [in] any Result) |
indicates that the job is done More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
listener on finish states of asynchronous job execution
void jobFinished | ( | [in] XAsyncJob | Job, |
[in] any | Result | ||
) |
indicates that the job is done
Job | identifies the asynchronous job so that theJobExecutor can differ between more than ones. |
Result | should be the same like for the synchronous mode on XJob::execute(). It provides information about success or failure of job execution. It's possible too, to use special protocol (which depends from real implementation) between theJobExecutor and a real job. So it can be possible to: |