interface XJobListener in module com::sun::star::task::

(Global Index)

Syntax

interface XJobListener : com::sun::star::lang::XEventListener ;

Method 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.

Method Details



jobFinished

Syntax

void jobFinished (
com::sun::star::task::XAsyncJob xJob,
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