Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: task ::

interface XJobListener

Base Interface
com::sun::star::lang::XEventListener



Methods' Summary

jobFinished indicates that the job is done. aResult should be the same like for the synchronous mode on XJob::execute() and depends from service specification.

Methods' Details

jobFinished
 
void
jobFinished(
[ in ] com::sun::star::task::XAsyncJob xJob,
[ in ] any aResult );

Description
indicates that the job is done. aResult should be the same like for the synchronous mode on XJob::execute() and depends from service specification.

Top of Page