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 | |
|  Public Member Functions inherited from XEventListener | |
| void | disposing ([in] com::sun::star::lang::EventObject Source) | 
| gets called when the broadcaster is about to be disposed. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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: |