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
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.